html

st4nton

y=mx+ipod
Joined
Nov 10, 2002
Posts
1,457
can someone tell me how to make a text link?

i just need the code..thanks
 
Quick Answer:

<a href="http://www.anysite.com/anypage.html">Click Here</a>

Just change the "anysite.com" and "anypage.html".


Hope it helps.
 
st4nton said:
can someone tell me how to make a text link?

i just need the code..thanks

Jeffwho is correct -- IF you're not asking about putting a link in a post here at Lit. HTML and vBulletin tags are often confused, but they are different coding methods with different syntaxes.

If you are trying to learn HTML or workking n a webpage, HTML For Dummies is a good reference that covers most of what you need to know.
 
If you mean vB or BB codes, it should look like this

[*URL=URL GOES HERE]WHAT YOU WANT TO CALL THE LINK[/*URL] do remove those *'s though.

If it's html, then jeffwho is correct.
 
Back
Top