CSS - styling BR line height

Associate
Joined
6 Jan 2006
Posts
1,024
Location
Midlands
Hi,

I would like to style br line spacing to be like p.

I have tried padding, margin, line-height. Nothing makes a difference to the spacing in IE, although padding works in firefox.

any ideas?
 
Basically i want the line height of the BR to be the same as a starting P.

<p>
text
</p>
<p>
Some text
<br/>
more text
</p>
<br/>
even more text

I want the line height for each line of text to be the same. I just can not seem to style the BR tag!
 
Back
Top Bottom