Thread: some problems
View Single Post
Old 01-24-2013, 02:55 AM   #1
boksida
Member
boksida began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jan 2013
Device: bookeen Odyssey HD/android tablets
some problems

Hi everyone, I'm new here. I'm just learning the basics about Css programming. It's all very interesting but I'm affraid I'm a bit stuck.
Some help would be appreciated...

First I have the "element a is not allowed for content model...."

<blockquote class="calibre5">
<a class="calibre6" href="../Text/MSF1_split_002.html#filepos496759">chapter one</a>
</blockquote>

when I replace the "a" with p,h1,h2,div,...., I get following error message:

attribute href is not declared for element 'p' (or one of the other options)



Another one: "no character data is allowed by content model"

<em class="calibre14">Well I don’t want a triumph in the car</em><br class="calibre1" />

I don't get this one either, because ithere are identical lines above and below this one, with only a different text content, but they get no error message.

thanks!
boksida is offline   Reply With Quote