Vedat Yetkin: tabellen: problem: spaltenbreite vordefinieren

Beitrag lesen

Hallo Klemo,

es scheint irgendwie an der übergroßen Bilddatei zu liegen. Warum, weiß ich nicht. Ich kann Dir nur ein Workaround anbieten: Mach doch 2 Tabellen:
<table width="100%" border="1">
  <tr bgcolor="#0066FF">
    <td>
      <div align="right"><img src="kopftitel.jpg" width="465" height="78"></div>
    </td>
  </tr>
</table>
<table width="100%" border="1">
<colgroup><col width="100"><col width="*"></colgroup>
  <tr>
    <td bgcolor="#666666">text</td>
    <td bgcolor="#000000">text</td>
  </tr>
</table>

wobei dann die Frage wäre, ob für den ersten Teil wirklich eine Tabelle notwendig ist. Könnte man auch ganz ohne machen, oder?

Ciao, Vedat