View Single Post
Old 10-08-2011, 05:30 PM   #3
ndr
Junior Member
ndr began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Device: Kindle
No, the <font/> tag is actually a legal element of HTML spec.
Besides it's not the original file but the result of parsing of the mobi file by calibre (saved in the input folder when in debug mode).
The problem is that while the "color" attribute is recognized and converted to its css equivalent (<span style="color: gray">) the "face" attribute is skipped.
My question is, why it's not converted as well (to <span style="font-family:sans-serif"> or similar)?

ndr
ndr is offline   Reply With Quote