Computing.Net > Forums > Programming > HTML frames problem

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTML frames problem

Reply to Message Icon

Name: ck
Date: February 27, 2003 at 09:31:23 Pacific
OS: WinXP pro
CPU/Ram: Athlon550/128
Comment:

I'm using the frameborder="0" border="0" attributes to remove the frame borders in a frameset, it works fine in Opera 7.01, Explorer 6, Mozilla 1.3a and Phoenix 0.5 but the HTML validator on www.w3.org says that the attribute "border" does not exist in the HTML 4.01 DTD. Without it all the browsers show a white space between the frames. Anyone know of a way to create the same effect using validated HTML4.01/XHTML1.0 (if needed, using CSS)?

I'm not sure if the page's up when you read this as I use my own computer as web server, but if it's up, you can check the source to see more exactly how it may be altered.



Sponsored Link
Ads by Google

Response Number 1
Name: ck
Date: February 27, 2003 at 09:38:06 Pacific
Reply:

oops... forgot to include the url (I wrote it in the "homepage url" field, but can't find it anywhere in or around the post...) so here it is http://cybercore.myftp.org/playground/cool_frames/index.html


0

Response Number 2
Name: SN
Date: February 28, 2003 at 09:15:34 Pacific
Reply:

Check this and this to see explanations of why the border attribute isn't considered valid html (border for netscape, frameborder and framespacing for ie). For the same reason, any similar implementation in css may be discouraged as well, but I might try (with little chance of success)

[style]
frameset, frame {border: 0px}
[/style]

Good luck,
SN


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


MS access error in loadin... C Programming (strings &a...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: HTML frames problem

Horrible HTML Frames Problem www.computing.net/answers/programming/horrible-html-frames-problem/2435.html

HTML Frames.... www.computing.net/answers/programming/html-frames/14239.html

HTML FTP Problems www.computing.net/answers/programming/html-ftp-problems/6409.html