- From: sven <sven@issociate.net>
- Date: Mon, 3 Jun 2002 09:59:22 -0400 (EDT)
- To: <www-validator@w3.org>
Hi I'm currently bugfixing my site with the w3c validator and came across the following problem: I created a frameset that divides my site into 3 colums, and the column in the middle is divided into 2 rows. If I validate the page with validator.w3.org, I get the note that the "border is not a valid attribute for <frameset>. If I remove this tag, the borders show up an mess up my layout. If I use frameborder all <frame> tags, there is a small white line (approx 3px) displayed instead of the default border. But since the background of the web is gray, this also messes it up. I have tried all possible solutions I could think of, but I either have a w3c conform source with borders, or a clean layout that's not w3c conform. Is there any way to hide the borders, just like with the border g _and_ produce clean code? For easier reading, I left away the meta tags (DC. tags) in the source below . Thnx for helping Sven <--snip--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> <title>bla</title> <meta http-equiv</head> <frameset borderols<frame src<frameset border0,*"> <frame src<frame src</frameset> <frame src</frameset> </html> <--snap-->
Received on Monday, 10 June 2002 17:33:00 UTC