Den valideres fint, men ser forskellige ud i browsere!
Hvorfor ser denne side ud anderledes ud afhængig af browseren.Den overholder HTML 4.01 Strict...
Det der er det store problem er at jeg ikke kan lave celler som er 1 pixel høj.
Og når jeg smækker en baggrund ind og centrer den så er den forskudt 1 pixel i IE, men er fin nok i Netscape.
----- kode -----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Puls Design A/S</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css" media="all">@import "./css/stylesheet.css";</style>
</head>
<body>
<table style="width:100%;" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table style="background-color:#FFFFFF;" cellpadding="0" cellspacing="0">
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="75" alt=""></td>
<td><img src="./img/spacer.gif" width="475" height="1" alt=""></td>
<td><img src="./img/spacer.gif" width="275" height="1" alt=""></td>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="1" alt=""></td>
</tr>
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="1" alt=""></td>
<td style="background-color:#D2D2D2;"></td>
<td style="background-color:#D2D2D2;"></td>
<td style="background-color:#000000;"></td>
</tr>
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="100" alt=""></td>
<td></td>
<td></td>
<td style="background-color:#000000;"></td>
</tr>
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="30" alt=""></td>
<td style="background-image:url('./img/bg2.gif');"></td>
<td style="background-image:url('./img/bg3.gif');"></td>
<td style="background-color:#000000;"></td>
</tr>
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="145" alt=""></td>
<td style="background-color:#DCDCDC;"></td>
<td></td>
<td style="background-color:#000000;"></td>
</tr>
<tr>
<td style="background-color:#000000;"><img src="./img/spacer.gif" width="1" height="1" alt=""></td>
<td style="background-color:#646464;"></td>
<td style="background-color:#646464;"></td>
<td style="background-color:#000000;"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
