Muss ich das verstehen?
Zeile 29, warum steht das im IE nicht hintereinander? im Firefox und Opera wird es richtig angezeigt.
Gibt's eine Lösung zu diesem Problem?
<code>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link href="site.css" rel="stylesheet" media="screen">
<title>Titel</title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#DAE3FF">
<tr>
<td width="17" height="14" valign="top"><img border="0" src="ol.gif" width="17" height="14" alt=""></td>
<td width="100%" height="14" style="background-image: url('om.gif'); background-repeat: repeat-x"></td>
<td width="17" height="14" valign="top"><img border="0" src="or.gif" width="17" height="14" alt=""></td>
</tr>
<tr>
<td style="background-image: url('lm.gif'); background-repeat: repeat-y"></td>
<td width="100%" height="530" valign="top">
<table border="0" width="100%" cellspacing="0">
<tr>
<td width="200" colspan="2" style="background-image: url('header_bg.gif'); background-repeat: repeat-x"><img border="0" src="logo.gif" width="125" height="60" alt=""></td>
</tr>
<tr>
<td width="200" colspan="2" style="background-image: url('links_bg.gif'); background-repeat: repeat-x">
<p align="center">über uns : kontakt : impressum : home</p>
</td>
</tr>
<tr>
<td width="200" valign="top">
<table border="0" width="199" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="20" style="background-image: url('button_bg.gif'); background-repeat: no-repeat">über uns</td>
</tr>
<tr>
<td width="100%" height="20" style="background-image: url('button_bg.gif'); background-repeat: no-repeat">kontakt</td>
</tr>
<tr>
<td width="100%" height="20" style="background-image: url('button_bg.gif'); background-repeat: no-repeat">impressum</td>
</tr>
<tr>
<td width="100%" height="20" style="background-image: url('button_bg.gif'); background-repeat: no-repeat">home</td>
</tr>
</table>
</td>
<td width="100%"></td>
</tr>
</table>
</td>
<td style="background-image: url('rm.gif'); background-repeat: repeat-y"></td>
</tr>
<tr>
<td width="17" height="14" valign="top"><img border="0" src="ul.gif" width="17" height="14" alt=""></td>
<td style="background-image: url('um.gif'); background-repeat: repeat-x"></td>
<td width="17" height="14" valign="top"><img border="0" src="ur.gif" width="17" height="14" alt=""></td>
</tr>
</table>
<br>
<p align="center">
<a href="http://validator.w3.org/check?uri=referer"><img border="0"
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01!" height="31" width="88"></a>
</p>
</body>
</html>
</code>