You need to use the <a> tag with 'id' attribute. if you want to make sure it doesn't open in a new window, use target=_self
So if you have somefile.xhtml:
Code:
<div class="image"><img alt="ABDOC_109_1_7mmPart1p5" src="../Images/ABDOC_109_1_7mmPart1p5.jpg" ><aid="someid"></a></img></div>
and in someotherfile.xhtml
Code:
...
<p>By doing so, we can know the effects of modifying the meplat on the BC of the 168 grain VLD. Figures <a
href="somefile.xhtml#someid" target="_self"><b>5</b></a> and...</p>
...