Quote:
Originally Posted by forster01
also if one paragraph is formated with other embedded font, there is no way that in the middle of paragraph the tag <font style="font-family:serif;letter-spacing: 0px;">yyy</font> works (it doesnt), which is perfectly normal html tag...
I can post an epub sample if someone is iterested in in looking at it...
|
<font> is not one of the
tags that EPUB readers are required to support. Use <span> instead. e.g. <span style="font-family:serif;letter-spacing: 0px;">yyy</span>