Any ideas how to resolve this issue?
here's the code for the anchor name:
Code: Select all
<a name="top_image"><img src="image_url"></a>Code: Select all
<a href="how_it_works.php?step=1#top_image">link</a>Moderator: General Moderators
Code: Select all
<a name="top_image"><img src="image_url"></a>Code: Select all
<a href="how_it_works.php?step=1#top_image">link</a>Code: Select all
<a href="#top_image"><img src="image.jpg" alt="Image" /></a>