Jake: Mehrzeiliger Text in Tabelle

Beitrag lesen

Hallo
so sieht die Tabelle aus!

<table width="80" border="1" cellspacing="0" cellpadding="2" align="center" bgcolor="#FFFFFF" bordercolorlight="#333585" bordercolordark="#FFFFFF">
<tr bgcolor="#333585"><td width="80" height="20" ><a href="index.html" class="disc">xxx</a></td></tr>
<tr bgcolor="#FFFFFF"><td width="80" height="30" class="cont3"><a href="xxx" class="cont3">xxx</a></td></tr>
<tr bgcolor="#FFFFFF"><td width="80" height="30" class="cont"><a href="xxx" class="cont">xxx</a></td></tr>
</table>

Dazu das css:
.cont3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333585;
 padding-left:5px;

Wenn das euch hilft?!
Gruß Jake