I am attempting to create a specific redirection from a page when clicking on an image with a link. The image has a link for redirection.
For example, img1 has the link www.test.com/#contactUs
<div id="home">
</div>
<div id="aboutUs">
</div>
<div id="contactUs">
</div>
My goal is to have the image redirect to the contactUs section when clicked. However, I have encountered an issue where when accessing the page and clicking the link, it redirects to the middle of the aboutUs section or above the contactUs section. It doesn't navigate directly to the contactUs section as intended.