Break Tag Extra Space Bug

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.

Workaround

The only solution is to remove the space before and after the break tag in the code (so everything is on one line).

Screenshots


By Chris Hester 3 October 2006 · Last updated 30 November 2007.

There is no space before the
break in these 2 lines

P SPAN
A line of text here
A line of text here
A line of text here

ADDRESS
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

ADDRESS 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