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
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.
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)
Summary: Hi there, I'm designing a web site that will be used by all browsers. I have a left frame and a right frame. The left frame is set to use 192 pixels and the right frame is set to use however many pixe...
Summary: Hi, alright i have a small problem...i know that using frames is a little old school but in this instance it would work fine for what i have to do so bare with me. ALright i got my html file with fram...
Summary: I have set my ftp site up useing IIS. What my problem is I copied aload of files onto my FTP site. Then i created a web page. Now what I want is to link those files from my FTP site into my html Site....