Rufinus: positionierung von elementen

Beitrag lesen

tja, bei mir bleiben rechts und links jeweils immer ein paar pixel rand. ob mit tabelle oder css oder wie auch immer. egal wie groß das fenster ist. genau das will ich vermeiden: daß da ein rad bleibt.
ist es nicht möglich, daß da überhaupt kein rand mehr bleibt - mir gelingt das nur mit einem frame.
für die tips bedanke ich mich!

mit den body angaben bleibt zimlich sicher KEIN rand..

so sollte es gehen:

<body bgcolor="#000000" text=#000000 link=#ffae00 alink=#275594 vlink=#c0c0c0 leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0">

<table border="0" cellpading="0" cellspacing="0" width="100%">
<tr>
  <td height="30" bgcolor="#ff0000" width="100%"><center>Von ganz links, nach ganz rechts</center></td>
</tr>
</table>

habs nicht ausprobiert, aber normalerweise dürfte es da kein prob geben.

Ciao
Ludwig