From some tests I've just done, a <br /> in a <p> inherits the <p>'s line-height in IE [7, at least].
Same for <blockquote>, and - I'm assuming, because I don't fancy testing them all at the moment - any other block-level text element.
A <br /> shouldn't really be placed anywhere other than inside a block-level text element, so setting the containing element's line-height should solve any semantic line-break problems.
If that doesn't solve it, post a snippet of example markup so we can diagnose in more depth
What you're doing really makes no sense to me. Why would you want a line break to look identical to paragraph spacing? If you need the spacing a new paragraph brings, surely it IS a new paragraph in which case you'd just use a new set of p tags.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.