How do you do this? (website, Links, HELP)

shadowx362

Excellent Geckos
Messages
1,747
Location
in my thoughts
ok I just realized my websites available pages weren't working :eek:....I know why, but if I want them to work it is going to be all "messy". What I am trying to do now is do that link into a page thing? Like what geckoetc has when you click "mack snow" it takes you down to like the middle of the page.
I am a total "noob" ask feederinc:main_laugh: so if you know what I am talking about please help me. right now my page is so unorganized so if you happen to look at it, you've been warned :main_laugh:
Thanks a lot... in advance,
Edgar
 

fallen_angel

Fallen Angel's Geckos
Messages
7,937
Location
Stockton, CA
I think I know what you are talking about..

You basically put a link tag and name it whatever you want. We use this on our caresheet, so my example is "handling".

Put this tag (tag #1) where the clickable link is:

<A HREF="#Handling">Handling</A>

and then put this tag (tag #2) exactly where you want that link to take you on that page:

<A NAME="Handling">

So then you have a link that will be clickable, at the top of the page, and then when you click on it, it will take you directly to wherever you put tag #2.

When doing stuff like this, it's also a good idea to have a "top" tag. So that every section can be referred back to the top. To do this, just put tag #1 at the end of every section named "top". So it looks like this:

<a href="#top">back to top</a>

and then at the top of the page, put tag #2, looking like this:

<a name="top">

hope this helps!
 
Last edited:

shadowx362

Excellent Geckos
Messages
1,747
Location
in my thoughts
Thanks you so much, but I am a total noob and don't know were exacly to place them, I added the Names were the click able things are soposto be on so if you could can you give me the whole code for one of the ones.
Thansk
 

fallen_angel

Fallen Angel's Geckos
Messages
7,937
Location
Stockton, CA
Okay, once you add the names at the top, just scroll down to where you want those clickable ones to take you. So basically, let's say at the top, you have a clickable link for Sunglows, and it is named "#sunglow" (you have to have the number symbol there). Scroll down to the section where you have all of your Sunglow info, and put the following tag there:
<a name="sunglow">

and that's it! No other codes :)
 

fallen_angel

Fallen Angel's Geckos
Messages
7,937
Location
Stockton, CA
Always glad to help! :)

Sam, thanks for linking to us in your directory, we linked back to you on our page too :D
 
Last edited:

Visit our friends

Top