• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I Need help from a web programmer!!!!

MightyJD

Golden Member
I need to find out how to do the following action!

I want to create a hyperlink that when clicked the webpage will jump down in the same webpage. instead of loading the page from the top I want to area to be viewed further down in the HTML document.

Anyone know how to do this??? Let me know if you have any ideas!
Thanks!
Jeff
 
Set it up similar to this:



<a href="#GoToThisSpot"> Go to Section 2 </a>



<a name="GoToThisSpot">Section 2</a>
 
Back
Top