In reply to: Help With Frames -- spitfire 22:07:01 08-25-2004
Sure Posted by: Xorlak 13:44:30 08-26-2004 |
It works like this:
<iframe src="menu.htm" name="menu" width="113" height="800" align="left" border="0" frameborder="0">Alternate text here.</iframe>
"menu.htm" would be the page that has all your menu items. What iframe does is load that page into a box on the page it's called from. Be carefull with the width and the height, since if they're too small you'll get scroll bars.