Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames validation under HTML 4 1

Status
Not open for further replies.

4x4uk

Technical User
Apr 30, 2002
381
GB
I used the following in the past to get rid of frame borders

<frameset cols=&quot;130,1*&quot; border=&quot;0&quot;>

<frame name=&quot;left&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; scrolling=&quot;No&quot; src=&quot;page1.html&quot;>
<frame name=&quot;right&quot; scrolling=&quot;no&quot; noresize frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; src=&quot;page1.html&quot;>
</frameset>

However under HTML 4 the Border=&quot;0&quot; 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.

| |
 
Try putting this:
style=&quot;border:1px solid white;&quot;
in the place of:
border=&quot;0&quot;

You might need to change white to whatever other color you are using in your frame.

Rick
-----------------------------------------------------------
RISTMO Designs
Arab Church
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top