View Single Post
Old 01-03-2011, 05:21 PM   #12
Bonex
Connoisseur
Bonex began at the beginning.
 
Posts: 63
Karma: 10
Join Date: Oct 2010
Device: KDXG, Kobo Glo, Kobo Aura HD
I used a different workaround for bug 3 (Text shifted to right after a br tag in centered text).
If you add a   at the beginning and ending of the line, the text stays centered. In this way you don't risk to have the text moved left using a different viewer.
Example:

<p style="text-align: center;">This is a normal line<br />
(this one will be moved right in ADE)<br />
&nbsp;(this one should be centered)&nbsp;</p>
Bonex is offline   Reply With Quote