lunitari_8100
03-20-2003, 08:42 PM
Okie easy question I have the below codes. And I have frames on all sides of my page. Now I'm wondering if theres a way to make the right and left side extend all the way to the top and bottom of the pages...instead of the bottom and top extending the entire width of the page.
Thanks!
<frameset rows="100,*,100" border=0 frameborder=0 framespacing=0>
<frame src="" NAME="top" scrolling=no>
<frameset cols="160,*,160" border=0 frameborder=0 framespacing=0>
<frame src="" NAME="left" scrolling=no>
<frame src="" NAME="center" scrolling=no>
<frame src="" NAME="right" scrolling=no>
</frameset>
<frame src="" NAME="bottom" scrolling=no>
</frameset>
Thanks!
<frameset rows="100,*,100" border=0 frameborder=0 framespacing=0>
<frame src="" NAME="top" scrolling=no>
<frameset cols="160,*,160" border=0 frameborder=0 framespacing=0>
<frame src="" NAME="left" scrolling=no>
<frame src="" NAME="center" scrolling=no>
<frame src="" NAME="right" scrolling=no>
</frameset>
<frame src="" NAME="bottom" scrolling=no>
</frameset>