I used the following in the past to get rid of frame borders
<frameset cols="130,1*" border="0">
<frame name="left" frameborder="0" marginwidth="0" marginheight="0" scrolling="No" src="page1.html">
<frame name="right" scrolling="no" noresize frameborder="0" marginwidth="0" marginheight="0" src="page1.html">
</frameset>
However under HTML 4 the Border="0" attribute will not validate
Does anyone know how to get rid of the border and retain valid HTML 4?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |
<frameset cols="130,1*" border="0">
<frame name="left" frameborder="0" marginwidth="0" marginheight="0" scrolling="No" src="page1.html">
<frame name="right" scrolling="no" noresize frameborder="0" marginwidth="0" marginheight="0" src="page1.html">
</frameset>
However under HTML 4 the Border="0" attribute will not validate
Does anyone know how to get rid of the border and retain valid HTML 4?
Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.
| |