View Single Post
Old 03-19-2013, 09:24 AM   #3
tbuyus
Junior Member
tbuyus began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2013
Device: kobo/kindle/epub
Quote:
Originally Posted by dgatwood View Post
When you say that it isn't displaying the section, do you mean that the entire HTML file doesn't show up, that a paragraph is missing, that the contents of the span is missing, or something else entirely?

BTW, you shouldn't use the font tag. It isn't a supported tag in EPUB, and ADE has this tendency to explode in flames when it sees things it doesn't recognize. Use <span style="color: gray;">...</span> instead.
Thanks D.

I've done the graying as you suggest, but found the main problem was that my html transformation algorithms were missing trailing '/s' in the meta tags

<meta blah blah blah />

and the links tag
<link style..... />

So nearly done now, just having a few unicode character coverage issues that I need to address. Look at the output I'm getting from ADE in the attachment.

My initial searches on this suggest I may need to embedd a font. I remember using a SIL something-or-other once when using unicode.
Attached Thumbnails
Click image for larger version

Name:	unicode_font_joy.jpg
Views:	301
Size:	79.3 KB
ID:	103159  
tbuyus is offline   Reply With Quote