Page is a not externally linkable
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.