Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Which element should be used without BR


legaleagle - 10:00 pm on Jun 21, 2012 (gmt 0)


If its a collection of single lines wouldn't an unordered list with list-type:none; be better and perhaps the correct code ?
So instead of <p>Single line<br>Another line</p>

You have <ul>
<li>Single line</li>
<li>Another line</li>
</ul>
And use css to turn the default styling off.


Thread source:: http://www.webmasterworld.com/css/4467955.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com