View Single Post
Old 06-01-2015, 01:18 PM   #2
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
It is valid HTML, but not valid XHTML. Since ePUB must contain XHTML, it will not work. You should use the following:
Code:
.strike {text-decoration: line-through;}
in the stylesheet and in the XHTML:
Code:
<p>I&rsquo;d just pull out my handy <span class="strike">abacus , slide rule</span> , calculator to do my figuring. </p>
Toxaris is offline   Reply With Quote