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)