Renaming Links

Ok guys,I looked through the posts,and didn't see anything that answered my question...................Here it goes.
I know it's a smiple thing,but I can't figure it out
How do you rename a link?
Example instead of saying click on "http://www.msn.com/news " I'd rename it to say "click here".I would be greatful for any comments that would help me.Thanks.
 
in HTML or BB code?

for HTML its

Code:
<a href="URL" TEXT TO DISPLAY >
if i remember right

BB code is [*URL=www.google.com] text to display [/url] (no asterix) like so google it!
 
Hell Raiser
Ok guys,I looked through the posts,and didn't see anything that answered my question...................Here it goes.
I know it's a smiple thing,but I can't figure it out
How do you rename a link?
Example instead of saying click on "http://www.msn.com/news " I'd rename it to say "click here".I would be greatful for any comments that would help me.Thanks.

That would be the following:
Code:
<a href="http://www.yoursitehere.com/filepath/">URL Description</a>

However, be more descriptive than just "Click here". That's not very informative nor is it enticing for a user to click on a hyperlink when it just says that.

Hope that helped!
 
Matrixhasu77
That would be the following:
Code:
<a href="http://www.yoursitehere.com/filepath/">URL Description</a>

However, be more descriptive than just "Click here". That's not very informative nor is it enticing for a user to click on a hyperlink when it just says that.

Hope that helped!

First things first,thank you for replying :)
This is the same code that Chinko gave me,and it still didn't work :ouch:
I'm starting to really wonder what else is wrong.I know that the HTML code is disabled on that site,but the BB code in enabled.......................still waiting for your help guys,thanks again,Matrixhasu77
 
Hell Raiser
First things first,thank you for replying :)
This is the same code that Chinko gave me,and it still didn't work :ouch:
I'm starting to really wonder what else is wrong.I know that the HTML code is disabled on that site,but the BB code in enabled.......................still waiting for your help guys,thanks again,Matrixhasu77
You want to rename a link on the GTP forums? Then why is this in the Web Design forum? :odd:

Anyway, BBcode for links is:

Code:
[U[b][b][/b][/b]RL=www.blahblahblah.com]Click Me![/URL]
 
Hell Raiser
First things first,thank you for replying :)
This is the same code that Chinko gave me,and it still didn't work :ouch:
I'm starting to really wonder what else is wrong.I know that the HTML code is disabled on that site,but the BB code in enabled.......................still waiting for your help guys,thanks again,Matrixhasu77

Oops. Shannon's answer is correct. I assumed when I posted my reply that you were trying to set up a hyperlink for a website and not for a forum. I didn't read that first post correctly, I guess. :dunce:
 
Shannon,Chinko,and Matrixhasu77..................thank you guys so much for all your help.It's working for me now,I guess I was doing something wrong,but it's all better now,thanks again 👍
 
Back