Hallöchen,
ich hab zwar schonmal einen treat dazu gelesen, aber der half mir nicht sonderlich weiter... :-|
gibt es eine vernüftige möglichkeit, eine maximale tabellebreite fest zu legen?
also das z.b. die zweite spalte nicht größer als 100px wird:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100px"> </td>
<td width="100px"> </td>
<td width="100px"> </td>
</tr>
</table>
Hast du schonmal versucht nur die pixel anzugeben????
Das müsste dann eigentlich funzen!!!!
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100px"> </td>
<td width="100px"> </td>
<td width="100px"> </td>
</tr>
</table>
Hoffe ich konnte bissel helfen
Steffen