Stefan Muenz: Tabellenzeilen - Höhe

Beitrag lesen

Hallo Patrick!

Eine andere Moeglichkeit waere es, den Abstand von 10 Pixeln durch die Angabe in cellspacing zu erzwingen, wodurch dann folgende Tabelle moeglich waere:

<table width=100% border=0 cellpadding=5 cellspacing=10>
<tr>
<td valign=top width=100% bgcolor="1F70C0">
<font face="Arial" size=-1 color=80FFFF>FIRMENNAME</font>
</td>
<tr>
<td valign=top width=100% bgcolor="1F70C0">
<font face="Arial" size=+2 color=80FFFF><CENTER>Bezeichnung des SeiteninhaltesCENTER></font>
</td>
</tr>
<tr>
<td valign=top width=100% bgcolor="1F70C0">
<font face="arial" size=-1 color=80FFFF>
<P ALIGN=RIGHT>Zusätzliche Information(z.B. Updated am ../../..)
</font>
</td>
</tr>
</table>

Viele Gruesse
  Stefan Muenz