Jag löste det. Kör med en rad i tabellen men sätter olika höjd på bottenlinjen.Tabell problem
Varför syns inte bottenlinjen på nedersta raden och varför blir inte vänstar nedre boxen 4px hög?
<code>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td style="width:149px;">BILD</td>
<td>ARTIKELTEXT</td>
<td style="width:144px;">PRIS</td>
</tr>
<tr >
<td style="width:149px;border-bottom:solid 1px black;height:4px;"><div style="position:relative;width:100%;height:4px;background-color:black;"></div></td>
<td style="border-bottom:solid 1px black;height:4px;"></td>
<td style="width:144px;border-bottom:solid 1px black;height:4px;"></td>
</tr>
</table>
</code>Sv: Tabell problem