Rüdiger: trotz float nicht am linken und rechten rand

Beitrag lesen

Hallo Rüdiger,

da deine Seite nicht valide ist, solltest du dieses Manko erst einmal beheben. Der Validator zählt 20 Fehler, .....
Mit freundlichen Grüßen,
André

hallo André

vielen dank für deine hilfe
hab das mal nachgearbeitet, aber mein problem hat das leider nicht gelöst :-(

wäre weitrhin für jede hilfe dankbar
hier der optimierte code (abgesegnet von  http://validator.w3.org/)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Fehlerkatalog</title>
<style type="text/css">
<!--
.linkerFloat { padding: 0px; margin-left: 0px; margin-right: 0px; float: left; }

.ramen {border:2px solid #B3B3B3;}

.nav_troub { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; line-height:18px;}

.mini { font: 2pt Verdana, Arial, Georgia; color:#000000 }

A.navo:link { font: bold 10pt Georgia, Verdana, Arial; color: #616161; line-height: 20pt;}
A.navo:visited { font: bold 10pt Georgia, Verdana, Arial; color: #616161; line-height: 20pt;}
A.navo:hover { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; text-decoration: none; line-height: 20pt;}
A.navo:active { font: bold 10pt Georgia, Verdana, Arial; color: #B3B3B3; line-height: 20pt;}

-->
</style>
</head>
<body bgcolor="#FFFFFF">

<br><br><br>
<table style="border-collapse:collapse" cellpadding="0" cellspacing="0" width="900" class="ramen" align="center">
 <tr style="height:30px">
  <td class="ramen" colspan="8" align="center" width="100%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><span class="mini"><br></span><span class="nav_troub">Trouble Shooting</span></td>
 </tr>
 <tr style="height:30px">
  <td class="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Inhalt</a></td>
  <td class="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Suche</a></td>
  <td class="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Literatur</a></td>
  <td class="ramen" colspan="2" align="center" width="25%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Formular</a></td>
 </tr>
 <tr style="height:30px">
  <td class="ramen" colspan="4" align="center" width="50%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Experten</a></td>
  <td class="ramen" colspan="4" align="center" width="50%" valign="top"><img src="images/ecke_l.gif" style="float:left; width:10px; height:15px;" border="0" alt=""><img src="images/ecke_r.gif" style="float:right; width:10px; height:15px;" border="0" alt=""><a class="navo" href="">Dokumenten</a></td>
 </tr>
</table>

</body>
</html>

vielen dank im voraus für eure hilfe
gruß Rüdiger