Jump to content

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

Why are you using frames? There is absolutely no reason why you should use a frame. You can always resort to iframes, which is a much better alternate (literally the same thing).

 

PHP includes will do the same thing as a the typical frame src="" code.

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.