Thomas J.S.: Table-Background

Beitrag lesen

Hallo Alex!

Beweis ist nicht nötig, ist leider ein (nun auch dir) bekannter Bug in NS.

Zu umgehen mit
<table background="bilg.gif" ...>
<tr><td>
<table ....> ...</table>
</td></tr>
</table>

oder mit CSS
<div style="background-image:url(bild.gif);">
<table> ...</table>
</div>

Grüße
Thomas