Hallo,
ich habe eine Tabelle auf eine Html-Seite gelegt (blaue Tabelle). Diese schließt aber nicht bündig am rechten Browserrand ab. Kann mir jemand sagen, was die Ursache ist.
Als Hilfe habe ich Euch den Beispiel-Quelltext kopiert. Für die Hilfe im voraus vielen Dank !
<html>
<head>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0">
<div align="center"> <br>
<br>
</div>
<table width="100%" border="0" vspace="0" hspace="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#CCCCFF">
<td>blaue Tabelle</td>
</tr>
</table>
<p> </p>
</body>
</html>