Hej Gruppe
hvordan får jeg nedenstående side til at validere korrekt på
http://validator.w3.org/ ?
får fejlene:
" Error Line 25 column 17: there is no attribute "SRC".
Error Line 25 column 36: there is no attribute "QUALITY"
Error Line 25 column 55: there is no attribute "PLUGINSPAGE".
Line 25 column 106: there is no attribute "TYPE".
Error Line 25 column 144: there is no attribute "WIDTH".
Error Line 25 column 157: there is no attribute "HEIGHT".
Error Line 25 column 162: element "EMBED" undefined. "
på forhånd tak
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>..:: Sidetitel::..</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="flash1">
<div class="flash2">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="370" height="250" title="Intro">
<param name="movie" value="intro.swf">
<param name="quality" value="high">
<embed src="intro.swf" quality="high"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="370" height="250"> </embed>
</object>
</div>
</div>
</body>
</html>