Hallo Forum,
ich habe eine große Tabelle mit 1Spalte/1Zeile.
Dort rein hae ich mir meine Haupttabelle gesetzt. Ich möchte gerne um die Bereiche Logo, Menu und Inhalt einen Dünnen Rahmen von 1px setzen. wie bekomme ich das hin? Ich verzweifle langsam. Ich hoffe Ihr könnt mir helfen.
Grüße Thomas
Anbei der Html-Code:
<center>
<!-- Außen Tabelle -->
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="height:100%">
<tr>
<td>
<!-- Innen Tabelle -->
<table width="800px" style="height:600px" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td rowspan="5" width="100px">links_leer</td>
<td class="tdb" width="600px" style="height:25px">oben_leer</td>
<td rowspan="5" width="100px">rechts_leer</td>
</tr>
<tr>
<td style="height:100px">logo</td>
</tr>
<tr>
<td style="height:25px">menu</td>
</tr>
<tr>
<td style="height:400px">inhalt</td>
</tr>
<tr>
<td style="height:25px">unten_leer</td>
</tr>
</table>
</td>
</tr>
</table>
</center>