Question
I've been wanting to know how to make a click here link. How do i do it insted of posting the whole link, thanks.
do [ url = urlhere ] name here [ / url] without the spaces inside the square brackets.
Edit: Actually, where do you want to make the link? That code above is for forums, for HTML it is <a href=urlhere> name here </a> and if you want to make a clickable image, then do <a href= urlhere><img src=image location here></a>
Well, i just want to say like click here for my thanks button. How would i do that?