View Full Version : Hyperlink


Figgie:-)
03-15-2003, 12:56 AM
How do you make I hyperlink? I tried, but it didn't work! This is what I used: <a href="http://www.google.com/">Google</a> but it won't work! HELP!

lefty
03-15-2003, 12:58 AM
That's odd.... mind posting a link to the page it's on?

Celeris
03-15-2003, 01:01 AM
Are you sure you save the file with a .HTML extension? That could be a problem. Also, remove that extra slash at the end:

<a href="http://www.google.com">Google</a>

Figgie:-)
03-15-2003, 01:07 AM
I tried that, but it didn't work!

lefty
03-15-2003, 01:25 AM
the slash doesn't make a difference. ;) Do you have a link to the page?

iwasneocoolbabe
03-15-2003, 01:50 AM
hmm.. are there any spaces in the code?? what server are you using? and... does the code show up on the page?