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.