I was wondering if anyone has stumbled upon a way to do these headings in EPUB (Highlighted in
orange):
The current EPUB uses images. (HIDEOUS solution, and does not scale at all):
I found this, which would work on websites:
http://www.impressivewebs.com/center...rizontal-line/
I found some similar discussion on the forums here for a line which is below by using a bottom-border (and code for line that fills all the way to the right edge):
https://www.mobileread.com/forums/sho...d.php?t=215338
Seems like a lot of these use CSS3, or code that breaks in ADE.
(This was going to be my simple solution) Just use a few em dashes to the left/right:
Code:
<h2>——— I ———</h2>
<h2>——— II ———</h2>
[...]
<h2>——— XIII ———</h2>