# Xhtml frameset / css problem frameborder="0"

**URL:** https://forum.kirupa.com/t/xhtml-frameset-css-problem-frameborder-0/153867
**Category:** Uncategorized
**Created:** [July 5, 2005, 12:48pm UTC](https://forum.kirupa.com/t/xhtml-frameset-css-problem-frameborder-0/153867 "2005-07-05T12:48:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brossiekoppie](https://avatars.discourse-cdn.com/v4/letter/b/65b543/32.png) [@brossiekoppie](https://forum.kirupa.com/u/brossiekoppie)
#### Post date: [July 5, 2005, 12:48pm UTC](https://forum.kirupa.com/t/xhtml-frameset-css-problem-frameborder-0/153867/1 "2005-07-05T12:48:39Z")

</div>

Hi, I have to rewrite a website into webstandards. Now I have this problem:

\<frameset rows="_,500,_" class=“randloos”\>  
\<frame src=“wit.html” scrolling=“no” frameborder=“0” /\>  
\<frameset cols="_,750,_" class=“randloos”\>  
\<frame name=“leftFrame” scrolling=“no” src=“wit.html” frameborder=“0” /\>  
\<frameset rows=“99,302,41,59” **[color=Red]frameborder=“0”[/color]** cols="\*" \>  
\<frame name=“topFrame” scrolling=“no” noresize=“noresize” src=“boven1.html” frameborder=“0” /\>  
\<frame src=“binnen1.php” scrolling=“auto” noresize=“noresize” frameborder=“0” name=“binnen” /\>  
\<frame name=“bottomFrame” scrolling=“no” noresize=“noresize” src=“onder1.html” frameborder=“0” /\>  
\<frame name=“details” scrolling=“no” noresize=“noresize” src=“onder2.html” frameborder=“0” /\>  
\</frameset\>  
\<frame src=“wit.html” scrolling=“no” frameborder=“0” /\>  
\</frameset\>  
\<frame src=“wit2.php” frameborder=“0” scrolling=“no” /\>  
\<noframes\>  
\<body\>  
Please update your browser…  
\</body\>  
\</noframes\>  
\</frameset\>

When I delete the red piece of code (altough it shouldn’t stand there at all) I get some nasty borders/whitespaces between my frames. So I want to cobnvert it to css but when I use something like border-width:0px; it 's just the same.

Anybody has any idea?
