Quote:
Originally Posted by WS64
Pat, I guess you use something like
<p style="text-align:center">* * *</p>
Instead of that use
<hr width="35%">
hr shows a centered, horizontal line, inthis case over 35% of the screen.
(Actually you should put the style content in the header of the file, else the epub validator will not be satisfied, although it works that way too)
|
FYI: You actually cannot use inline style tags in epubs. (Inline means using style="blahblahblah" inside of other tags.) I don't know why, maybe to decrease the amount of processing the readers have to do?...