View Single Post
Old 03-24-2012, 02:42 PM   #3
DrPL
Member
DrPL has a complete set of Star Wars action figures.DrPL has a complete set of Star Wars action figures.DrPL has a complete set of Star Wars action figures.DrPL has a complete set of Star Wars action figures.
 
Posts: 15
Karma: 302
Join Date: Dec 2010
Device: Kindle
Ah, thanks, Do you mean something like:

Code:
<p>
<img src="images/BD.jpg" alt="" />
</p>
etc.?

As for the linking, in the main body of the text, I am using
something like <a href="endnotes.html#chap1note2">[2]</a>
and in the endnotes, I am using an equivalent anchor like
<p id="chap1note2">some blurb</p>

why did you put 'id="backref18"' in your example? Is this because
of a reciprocal link from the endnotes chapter back to the main body
of the book? If so, I thought that the back button would do that...?

(Sorry if this is not the case, I am new to all this)
DrPL is offline   Reply With Quote