Click to See Complete Forum and Search --> : links to places in the page
firebomb™
10-03-2003, 12:24 PM
Hi I'm a noob, nice to mett all of you
ok heres my beef i have got the whole button thing down, no probs there. but now i need to link these buttons to place in my document how do i do that? and can you show me some examples?
96turnerri
10-03-2003, 01:00 PM
<a href="http://www.CCCCCCCCC.com/page.htm#XX">Link Text<#>
<a name="XX">sss</a>
when click link take you to sss
<a href="http://www.CCCCCCCCC.com/page.htm#XX">Link Text<#>
What is that?
Anyway, here's how I'd do it:
Here's your link:
<a href="#footer">Go to the footer</a>
and then, where you want them to get transfered to when they click:
<a name="footer"></a>
firebomb™
10-03-2003, 02:00 PM
can this tag be used with multiple links let me explain
At the top of my page it looks like this
likes dislikes hobbies
well you get the idea and i need them to link to diff parts of the page so how would i go about and do this?
BTW pyro's a good name
Yes, just do set up multiple versions of what I explained above:
<a href="#likes">likes</a> | <a href="#dislikes">dislikes</a> | <a href="#hobbies">hobbies</a>
Intor text...
<a name="likes"></a>
Your text about likes...
<a name="dislikes"></a>
Your text about dislikes...
<a name="hobbies"></a>
Your text about hobbies...
Originally posted by firebomb™
BTW pyro's a good name lol... :D
firebomb™
10-03-2003, 02:08 PM
NVMD got it thanx for the help pyro
96turnerri
10-04-2003, 04:59 AM
Originally posted by pyro
<a href="http://www.CCCCCCCCC.com/page.htm#XX">Link Text<#>
What is that?
same as the way you did it, dont ask me why i put a # in < > should been </a> just a typo lol