RE: XHTML Frames

Hello,

I believe that you are in error, because I do my xhtml frameset with the
frameborder="0" marginwidth="0" marginheight="0" attributes placed in the
frame tag -not in the frameset tag- and w3.org validator engine validate my
document!!!

The code result of this "experiment" are:

<frameset rows="*,*">
<frame src="page.html" name="name" scrolling="auto" frameborder="0"
marginwidth="0" marginheight="0" />
<frame src="page.html" name="name" scrolling="auto" frameborder="0"
marginwidth="0" marginheight="0" />
</frameset>

As a consequence, I believe that this method are fully correct. Please
correct if I am in error!!

Bye!

----------------------
Javier García
Producció Internet
IBSnet
Tel. Directe 936803467
Tel. Centraleta 936801170
Fax 936801875

Received on Thursday, 19 September 2002 10:27:31 UTC