View Single Post
Old 12-03-2015, 12:19 PM   #9
crankypants
Hmm.
crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.
 
Posts: 124
Karma: 2016606
Join Date: Oct 2015
Device: Android 4.2 Google Play Reader
Here's my style sheet in a CSS file:

Code:
/* HTML tags */
h1 {text-align:center;}

h2 {text-decoration:underline;
    text-decoration-style:solid;
}

h4 {text-decoration:underline overline;
    text-decoration-style:solid;
}
I'm not using Sigil, I'm using a program called Mkepub that I created. The CSS stylesheet is in the EPUB. My first test is to test with the EPUB wiht EPUBreader, but underlines are not showing.

Is there a Firefox EPUB reader plugin that supports underlining that is ADE-based?

Thank you.
crankypants is offline   Reply With Quote