View Single Post
Old 03-03-2010, 08:49 PM   #17
KNotTed
Member
KNotTed is on a distinguished road
 
Posts: 19
Karma: 62
Join Date: Feb 2010
Device: PRS-505, PRS-600
Yeah, most browsers also accept <hr style="text-align: center" />, but it's not standard CSS/XHTML. Using the auto margins is the correct way, but as Jellby pointed out, ADE doesn't seem to support that.

To create a separator with asterisks that has space above and below, you could do <p style="margin: 1.0em 0;">*&nbsp;*&nbsp;*</p>, which would give you the spacing without needing <p>&nbsp;</p>

I had reasons for wanting to use a fixed width, but since it's not supported, I'm not going to worry about it too much.

Last edited by KNotTed; 03-03-2010 at 08:52 PM.
KNotTed is offline   Reply With Quote