
May 25th, 2000, 08:35 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: Alkmaar, The Netherlands
Posts: 123
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
David, try this:
<frameset rows="75,*" border="0" framespacing="0">
<frame src="banner.htm" name="banner" marginheight="0" frameborder="no" scrolling="no">
<frameset cols="160,*">
<frame src="menu.htm" name="side" marginheight="0" frameborder="no">
<frame src="home.htm" name="main" marginwidth="0" marginheight="0" frameborder="no">
</frameset>
</frameset>
The framespacing attribute works as the cellspacing in the table tag.
The border=0 attribute has the same meaning, but because of the differences between IE and NS you better use both
Good luck
----------------------
E-mail me at b.vandermeijden@pecoma.nl
[This message has been edited by MeijdenB (edited May 25, 2000).]
|