View Single Post
Old 11-11-2011, 09:45 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by andyd273 View Post
I did the conversion from the html to epub, then opened it in sigil.

Not a ton of errors, but I'm not sure what to do with them... most of them say "no character data is allowed by content model"
a few say "element 'br' is not allowed for content model '(p|h1|h2|h3|...'"
in this case it's a br inside of a blockquote...
how do I do line breaks inside of a blockquote?

I have a few that say "element 'metadata' is now allowed for content model", but those went away when I removed the <metadata></metadata> tags from the top of the <body>. I didn't put those all in there, it was calibre. not a big deal for this file because it's only 11 chapters, but I have one I'm helping with that'll end up being 372 chapters (one for each day of the year, plus a few extra sections) and I'm hoping not to have to edit out 372 <metadata></metadata> tags.

The last error is for OEBPS/images/titleart.jpg "this resource is present in the OPF <manifest> but it's not reachable (it's unused)."
Should I remove the reference to the titleart.jpg from the OPF file?
I am not a expert, but blockquote is not an acceptable pair.
I always surround the contents with a <p> tag.

it is a naked BR (outside of a tag pair in the list)
Code:
...</h3>
<br />  <<no
<p>...
theducks is offline   Reply With Quote