Quote:
Originally Posted by Steadyhands
Thanks, I'm using an iPad and it sort of works. Sigil displays it correctly, Calibre viewer and iBooks display a series of dashes ie — — — —
The good thing is it works on chapter One ———— and on Twenty-Three ———— just as well and the lines don't flow through to the next line.
I added a font-size: to the h2:after to reduce the thickness of the em dashes.
|
Try changing:
Code:
content:" ————————————————————————————————————————————————————————————";
by
Code:
content:" _____________________________________________________________";
There is another method to achieve what you want that I think it could work in ADE too; if later I have a bit of free time, I will post it.