Quote:
Originally Posted by Karellen
Yep, that is my understanding also.
But I tend to remove that anyway and use...
<p class="copy">Introduction copyright © 1989 Hui Corporation</p>
<p class="copy">Text copyright ©1956 Hui Corporation</p>
<p class="copy">Republished in 2012</p>
<p class="copy">All rights reserved.</p>
I would love to know if there is any difference between the two methods and if one should be used over the other and why.
|
In the first case, the lines will be one after another with no space in between. In your case, the lines will have space in between because the CSS class copy has a top margin. You could create a new CSS class called copy1 that does not have the top margin and that would work.
I used to remove the <br/> when it splits lines, but I'm just don't want to do it. I do remove any <br/> that's used a line space.