frame border og spacing i Xhtml
Jeg har følgende frameset:<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title></title>
</head>
<frameset rows="2%, 5%, 5%, *, 2%" frameborder="0" framespacing="0">
<frame src="topBund.html" name="blaa" noresize="noresize" scrolling="no" marginheight="0" marginwidth="0" />
<frame src="hovedmenu.html" name="hmenu" noresize="noresize" scrolling="no" marginheight="0" marginwidth="0" />
<frame src="undermenu.html" name="umenu" noresize="noresize" scrolling="no" marginheight="0" marginwidth="0" />
<frame src="indhold.html" name="indhold" noresize="noresize" scrolling="no" marginheight="0" marginwidth="0" />
<frame src="topBund.html" name="blaa" noresize="noresize" scrolling="no" marginheight="0" marginwidth="0" />
</frameset>
</html>
det ser ud som det skal, men kan ikke klare w3.org's html validator.... hvordan angiver jeg frameborder og spacing i Xhtml eller bedre i css??