I found this message from pdurrant:
Quote:
ePub is based on XHTML 1.1. http://www.w3.org/TR/xhtml11/
The underline <u> tag was deprecated in XHTML 1.0 Transitional, and removed from XHTML 1.0 Strict and XHTML 1.1
|
Since 1.1 is the declaration at the top of Sigil epubs, it looks like you are out of luck with <u>.
CSS answers though:
http://www.w3schools.com/cssref/pr_t...decoration.asp
It can also be used as a span style as well.