View Single Post
Old 02-10-2015, 12:01 PM   #8
Alda
Zealot
Alda began at the beginning.
 
Posts: 104
Karma: 22
Join Date: Jun 2010
Device: none
Thank you all for the replies.

I've replaced "name" by "id" so that's ok, and I've added the "title" metadata.

As for the <language> metadata ... this book is written in Polish. When I look at another of my books written in english, the tag looks like this

Quote:
<dc:language>en-US</dc:language>
Could anyone give me the comparable abbreviation for Polish, or point me in the direction where I can find it?

Quote:
Alignment should not be done directly on a paragraph tag, but best via a stylesheet. If that is not possible or desirable, you can put it in a style attribute.
Ok, I'm a bit of a novice (learning fast though) so I'm not sure what you mean Toxaris. Can you give me the specific code I should add to the stylesheet? I should mention that I've used the stylesheet that I use for my other books, and they have passed without a hitch, i.e. no error message. So I'm not sure of the problem with this.

Also, I'm still left with these two messages:

Quote:
no declaration found for element 'u'

element 'u' is not allowed for content model (and now comes a long, long string of words/letters such as a|br|span|bdo|map .......)
When I click on the message, I see this code in the file:

Quote:
<u><span style="font-size: 13.5pt;" xml:lang="EN-GB">Zastrzeżenie:</span></u>
Can anyone make sense of that?

Finally:

Quote:
Just guessing, but it seems that the HTML is v4.0 -
a lot of those errors are for html4 deprecated items.

ePUB needs html5 - or strictly speaking XHTML which
has a reduced tag set and stricter rules about grammar and syntax.
Do you mean that the Sigil I'm using is out of date? I confess I haven't updated in a while.

Thanks again for all the help!
Alda is offline   Reply With Quote