HTML: tabel width
Jeg har følgende tabel:<table cellspacing=0 cellpadding=0 style="width:100%; background-color:#ffffff;">
<tr style="height:82px;">
<td style="border-bottom:1px #000000 solid; background-image: url('images/topbg.jpg');" colspan=2><img src="images/top.jpg" width="471" height="82" align="bottom" alt=""></td>
</tr>
<tr style="height:500px;">
<td style="width:150px; border-right:1px #000000 solid;">Tekst</td><td>test</td>
</tr>
</table>
Hvordan kan det være at kolonnen med teksten "tekst" ikke er 150px bred?
