In Firefox 2 and Safari 3, a break tag in your code when text is aligned right causes a space at the end of the line. This has the effect that the last line in a group appears too far right.
The only solution is to remove the space before and after the break tag in the code (so everything is on one line).
By Chris Hester 3 October 2006 · Last updated 30 November 2007.
P SPAN
A line of text here
A line of text here
A line of text here
P
A line of text here
A line of text here
A line of text here
P SPAN ALL ONE LINE
A line of text here
A line of text here
A line of text here
P ALL ONE LINE
A line of text here
A line of text here
A line of text here