View Single Post
Old 08-10-2010, 11:35 AM   #11
luthar28
Enthusiast
luthar28 began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Jul 2010
Device: Kindle
Okay, I thought I had it all figured out. First book has been validated. Then applied those coding changes to second. I am now experiencing the following error: element a from namespace not allowed in this context.

The code is as follows: <h2><a class="chapter" id="c1_1">MK#1: MAJOR KARNAGE</a></h2><h3>CHAPTER ONE</h3>

When I open it in sigil, it has changed it to:

<p><a class="chapter" id="c1_1">MK#1: MAJOR KARNAGE</a></p>

<h3 class="calibre4" id="calibre_toc_15">CHAPTER ONE</h3>

So it has stripped out the h2 and replaced it with <p>.

Any ideas?

Last edited by luthar28; 08-10-2010 at 11:47 AM. Reason: Spelling
luthar28 is offline   Reply With Quote