PDA

View Full Version : Frame set problems


XeroTrinity
11-19-2006, 08:59 PM
I cannot figure out a way to fix this, but I add two frames to my site and inbetween them is a white line that I just cant get off.
The site is currently http://www.the3amclan.com/Index3.html . Its just for testing right now cause Im planning on adding a bit of stuff to the main page. But can anyone let me know how to get the horid white line from the middle of the frames?

Arbitrator
11-20-2006, 01:48 AM
You need to use non-standard properties on the frameset element to kill the border since no browser that I know of supports the correct methods as defined in HTML 4.01 (http://www.w3.org/TR/html4/present/frames.html#adef-frameborder) and CSS 2.1 (http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing). I believe that the non-standard methods are the frameborder and framespacing attributes; the first is defined for the frame element, but not for the frameset element while the second is proprietary to Microsoft.