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?