Thursday, October 16, 2008

Dumb Question of the day

Ok, so I have had a computer for years and years and years but there is one thing I still do not know how to do. How can I make it so when you click on a word it takes you to a link? Like if I say "Click HERE" it will take you to where I want you to go. Or type "Jadyn" and it will take you to her blog? Please, share the secret.....lol

3 comments:

Sarah said...

Ok, here's how you do it:

(take out the spaces for it to work)

< a href="http://www.whatever.com" >What you want the link to say< /a>

That will open it in the current window. If you want to have it open in a new window, you have to add target information like this:

< a href="http://www.whatever.com" target="new" >What you want the link to say< /a>

I hope that code shows up...

Chris said...

Thanks much Sarah!!! :-)

Sarah said...

You're welcome :)