Jump to content

Frames


imperialized

Recommended Posts

I know this has nothing to do with PHP and I apologize, but I know that people here will probably know because it is simple HTML. Of Course, if this gets deleted I understand. As I don't usually work with frames I am stuck trying to get the frames to work as I'd like. If you could help i'd appreciate it.

 

Please don't delete this mods!!

 

Basically I want the frame layout to look like this

 

__________________________________

 

  Frame 1

__________________________________

            |

            |

            |

Frame 2  |          Frame 3

            |

            |

            |

___________________________________

          Frame 4

___________________________________

Link to comment
https://forums.phpfreaks.com/topic/145446-frames/
Share on other sites

<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
  <frame src="FILENAME" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frameset rows="*,80" frameborder="no" border="0" framespacing="0">
	<frameset rows="*" cols="173,*" framespacing="0" frameborder="no" border="0">
	  <frame src="FILENAME" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
	<frameset rows="*" cols="*,1252" framespacing="0" frameborder="no" border="0">
	<frame src="FILENAME" name="mainFrame" id="mainFrame" title="mainFrame" />
	<frame src="FILENAME" name="rightFrame" scrolling="No" noresize="noresize" id="rightFrame" title="rightFrame" />
</frameset>
</frameset>
	<frame src="FILENAME" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
  </frameset>
</frameset>

 

There is a little crack between the left and the right frame. But you get the idea.

Link to comment
https://forums.phpfreaks.com/topic/145446-frames/#findComment-764244
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.