Quote:
Originally Posted by JSWolf
You can put in <h1> to <h4> and <b>, & <i>. I'm not sure about <u>. You might need to do underlining via CSS.
|
I found that to be the case, and I wound up with the following style in my css:
span.underline {
text-decoration:underline;
}
I don't remember adding it, but I must have done (perhaps with advice received on MB forums) because it's not Sigil-created as sometimes happens.