Motabobo
09-16-2003, 07:51 PM
Hi !
I have a frameset like this :
<FRAMESET cols="244,*" framespacing="0" frameborder="0" border="0">
<FRAME src="photo.asp" name="left" id="left" scrolling="no" noresize>
<FRAME name="content" scrolling="no" src="content.asp">
</FRAMESET>
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 ???
I tried putting them all for all the frame tags but that doesn't work.
Any idea ?
Thx
I have a frameset like this :
<FRAMESET cols="244,*" framespacing="0" frameborder="0" border="0">
<FRAME src="photo.asp" name="left" id="left" scrolling="no" noresize>
<FRAME name="content" scrolling="no" src="content.asp">
</FRAMESET>
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 ???
I tried putting them all for all the frame tags but that doesn't work.
Any idea ?
Thx