Hallo!
Ich habe das Problem dass ich eine Höhe für Tabellenzeilen vorgeben möchte. Es funktioniert wenn ich die TDs direkt formatiere:
<td style="padding: 0px;">
<p>Test</p>
</td>
Wenn ich aber versuche die Definition in ein dazugeladenes Stylesheet zu verpacken geht's nicht mehr:
.datentabelle td
{
text-align: left;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
padding: 0px;
}
(die Tabelle wird dann so definiert: <table width="850" cellspacing="1" cellpadding="1" border="0" class="datentabelle"> )
Ziel-Browser ist der IE6.
Wäre sehr dankbar wenn jemand einen Tipp für mich hätte...
lg,
Jörg