Forum Moderators: open
<td>
<span class="example">
Line 1<br>
Line 2<br>
Line 3
</span>
</td>
Lines 1 and 2 come out right (using the line height defined in CSS -file) but Line 3 comes out much lower.
Line 3 prints out right if I put one more <br> at the end of Line 3.
If anyone has any ideas what causes this behaviour and how it can be fixed, it'd be great.
I'm not too thrilled about using additional breaks in the output.
[edited by: deMorte at 11:33 am (utc) on Jan. 24, 2008]
Also I've noticed that IE has a different setting for padding="0" and spacing="0" on tables.
Where FF & Opera print out cells right below each other, IE leaves a space between cells. What's with this?