WC3 Frameset specifications

liunx

Guest
Hi !<br />
<br />
I have a frameset like this :<br />
<FRAMESET cols="244,*" framespacing="0" frameborder="0" border="0"><br />
<FRAME src=http://www.webdeveloper.com/forum/archive/index.php/"photo.asp" name="left" id="left" scrolling="no" noresize> <br />
<FRAME name="content" scrolling="no" src=http://www.webdeveloper.com/forum/archive/index.php/"content.asp"><br />
</FRAMESET><br />
<br />
Now, how can i have a borderless frameset if WC3 specifications tells me that border, frameborder and framespacing attributes can't be nested in a frameset tag ???<br />
<br />
I tried putting them all for all the frame tags but that doesn't work.<br />
<br />
Any idea ?<br />
Thx<!--content-->Only one of those attributes is relevant for frames, frameborder, and that is available on <frame> elements according to the specification. See <!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/present/frames.html#h-16.2.2">http://www.w3.org/TR/html401/present/fr ... l#h-16.2.2</a><!-- m --><br />
<br />
Adam<!--content-->
 
Back
Top