• 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.

Need a website/html term defined so I can look for code

Brackis

Banned
What is the name of the trick where you have a Hyperlink that when clicked sends a visitor to farther down on the same page without loading a new page? As seen in lots of website FAQs.
Thanx,
Brackis
 
Originally posted by: JustAnAverageGuy
Originally posted by: MSCoder610
<A NAME="#sectionname">Section Name</a>
Then you'd link using the same page URL, plus #sectionname at the end,

Who cares what it's called as long as it works, right? 😀

That's how I learned 😀
 
Originally posted by: MSCoder610
<A NAME="#sectionname">Section Name</a>
Then you'd link using the same page URL, plus #sectionname at the end,

IIRC, you don't need the url, you can simply use the #sectionname, provided it's on the same page.
 
Back
Top