Hi!
Bitte um eure Hilfe! Habe mittels HTML eine Tabelle erstellt und wenn ich bei cellpadding den Wert 6 reinschreibe (Innenabstand von 6Pixel) führt es mein Browser leider nicht aus. Der HIntergrund der einzelnen tabellen wird mit CSS formatiert! Auch eine Formatierung mit CSS funktioniert nicht. Bitte um eure Hilfe! Hier ist der Code hierzu:
<table cellspacing="0" cellpadding="6" width="200" border="0">
<tr>
<td class="navigationallgemein" width="200" height="21"></td>
</tr>
<tr>
<td class="navigationmiddle" width="200" height="80">cellpadding funkt ned</td>
</tr>
<tr>
<td class="navigationdownload" width="200" height="22"></td>
</tr>
<tr>
<td class="navigationmiddle width="200" height="80">cellpadding funkt ned</td>
</tr>
</table>
Jetzt schon danke für Antworten!
lg Ano