Quote:
Originally Posted by theducks
There is some mis-information here.
A single <br /> works just fine with ADE on my PEz
A <h3 class="is_one _centered">Chapter 1 <br />The Beginning</h3>
Also works with both lines.
Note: I see the H3 tag have an indent, then centered. The second line looks like crap.
|
The behavior I see with centered <p> tags (<p class="center>) containing a break is that if the .center style explicitly sets text-indent: 0; and the default <p> tag sets text-indent: 1em; then the second line, the text after the<br />, is indented and centered leaving it out of alignment with the pre-<br /> text. It behaves as if it is generating an on-the-fly <p> for the second half of the text and using the <p> tag's formatting for text-indent instead of inheriting it from the style applied to the <p> tag containing the <br />. For me, this has always happened when the <p> contains <img> tags before and after the <br />.