View Single Post
Old 04-18-2014, 09:43 AM   #24
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
The "correct" way to add underline is probably just <em> or <em class="whatever">, as underline is very likely added for emphasis.

If the only way to emphasize in a book is with underlines, use <em> and set:

em {
font-style: normal;
text-decoration: underline;
}

If underlines cohabit with italics, bold, colors, etc. use <em class="whatever">.
Jellby is offline   Reply With Quote