Struppi: Blinde Tabelle verhält sich unorthodox

Beitrag lesen

Hallo Sebastian

@chlori:

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

<tr>
<td width="300" height="50"> </td>
<td rowspan="2">[sehr viel Content]</td>
</tr>

<tr>
<td> </td>
</tr>

</table>

Dafür ist absolut keine Tabelle notwendig (es sei denn du willst tabellarische Daten darstellen)

CSS ist die Wahl der Mittel:

http://css-discuss.incutio.com/?page=TwoColumnLayouts
http://csszengarden.com/
http://realworldstyle.com/
http://css.maxdesign.com.au/listamatic2/index.htm

Struppi.