Thomas J.S.: Zeilenabstaende bei Tabellen - bin ich dumm?

Beitrag lesen

Hallo!

sieht dann so aus:
<body>
<table width="800xp">

das gibts nicht. ich meine damit das 800xp.

also in etwa:
<table border="0" cellpadding="0" cellspacing="0" width="800">
<tr>
<td width="800" height="30"><img scr="" width="600" height="30" alt="">dein text</td>
</tr>
<tr>
<td width="800" height="30"><img scr="" width="500" height="30" alt="">dein text</td>
</tr>
<tr>
<td width="800" height="30"><img scr="" width="400" height="30" alt="">dein text</td>
</tr>
</table>

beitte achte darauf, daß du <td...><img...>
schreibst und nicht
<td...>
<img...> also keinen Zeilenumbruch machen.

Grüße
Thomas