Forum Moderators: open
I've recently been validating some pages through w3c and I've been trying to get my frameset validated as either XHTML 1.0 Frameset or HTML 4.0 Frameset.
Neither of these accept the border attribute. These must be a way to switch off the frame border, but I can't find it.
Can anybody help?
<frameset rows="33%, 34%, *" cols="33%,34%,*">
<frame style="border:0" frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" noresize="noresize" scrolling="no" name="ftopleft"></frame>
<frame style="border:0" frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="ftopcentre"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="ftopright"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fcentreleft"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fcentre"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fcentreright"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fbottomleft"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fbottomcentre"></frame>
<frame frameborder="0" marginheight="0" marginwidth="0" src="picture3.htm" scrolling="no" name="fbottomright"></frame>
<noframes>
<body>
Sorry, this document can only be viewed with a frames capable browser.
<a href="frame1.html">Take this link</a>
to the first html document in the set.
</body>
</noframes>
</frameset>
It validates OK as XHTML 1.0, but the borders are displayed.