Hallo
Ich will ein background ein ne Tabelle einbaun.
ist ein kleiner BG und wenn man ein paar zeilen geschrieben hat, wiederholt er sich andauernd, sprich er kommt doppelt und dreifach.
Ich hab folgenden Code benutzt:
<table width="58%" border="0" cellspacing="0" cellpadding="0" style="background-image:url(content_x.jpg); background-attachment:fixed">
<tr>
<td width="96%">
<p>Hallo</p>
<p>das ist ein test</p>
<p>:)</p></td>
</tr>
</table>
Kann mir da einer sagen was ich ich falsch mache?