Josef: Tabelle schließt nicht bündig am rechten Browserrand

Beitrag lesen

hi

hast dus schon mit css probiert?

<body style="margin: 0">

alles liebe
ole
(8-)>

**********************************************************************
Habe eben den Quellcode ergänzt. Es ändert aber auch nichts am Problem.
**********************************************************************

ANHANG:

<html>
<head>

</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" style="margin: 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>