Page Anchors... Simple enough...two easy little codes to plug in and your ready to go! Come learn how!
Adding Page Anchors (links on a site that go to other places on site)
To make a page anchor, go to the page
you want to put it on, decide where you
want it, THE LINK YOU CLICK ON TO JUMP
TO OTHER PARTS OF THE PAGE,, center,
left, etc., and plug in this code:
<a href="#codeword">whatever words you want to use</A>
Then after you've done that, decide where
you want to make the page go to
automaticly when you click on it. Say i
wanted one to go to the top of a page,
then I'd put in this next code BEFORE all
of my text on the whole page, that way,
it goes to the TOP and nothing else ;)
<A name="codeword"></A>
After that you may want to test it out and
see how it works!
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.