View Single Post
Old 03-22-2011, 04:13 PM   #14
drwinn
Junior Member
drwinn began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Mar 2011
Location: Seattle, WA
Device: Kindle
epub validation error

Thanks pdurrant,

move the <a....></a> outside the <p>....</p> or other block level tags.

but that makes no sense to me.

The following is one example from the 86 footnotes in this piece with reciprocal links.

Code:
<p class="left"><a id="bkftn86" href="#ftn86">[86]</a>. Lee, Johnny, <span class="italics">Lookin' for Love</span>, Music, 1989, Q Records, Atlanta.</p>
should be:

Code:
<a id="bkftn86" href="#ftn86">[86]</a>. <p class="left">Lee, Johnny, <span class="italics">Lookin' for Love</span>, Music, 1989, Q Records, Atlanta.</p>
Moving the "a" link outside of the "p" makes the display of the footnote number on one line and the footnote reference on another line.

What am I missing?

Could you give me an example of what is meant?
drwinn is offline   Reply With Quote