View Single Post
Old 02-29-2012, 10:19 PM   #9
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by theducks View Post
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 />.
dwig is offline   Reply With Quote