How to make a sig image a hyperlink???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LittlePaintballBoy

    #1

    How to make a sig image a hyperlink???

    Hey, I've got a question, how do you make your sig image so that when someone clicks on it it tkes them to another thread?
  • MarkM
    UK Cougars
    • Jul 2002
    • 2433

    #2
    Ok what you need to do is copy this code without the *'s and substitute the info you need to. The first 4 ****'s need to be http

    [URL=****://site*you*want*to*link*to*.com*[/url]][IMG]http://www.**yourwebsite.com/images/picturename.gif*[/*IMG]
    [/*URL]

    edited as I made an error with upper and lowercase and a couple of extra brackets :o
    Last edited by MarkM; 11-25-2003, 08:09 PM.
    Mark UK Cougars


    UK Cougars
    Sterling Owners Group. Member #39

    Comment

    • LittlePaintballBoy

      #3
      Ok, thanks alot. Really. No sarcasm whatsoever.Seriously.

      Comment

      • personman

        #4
        Or you could do HTML which is old skool and is worth learning over this easy code crap
        PHP Code:
        <a href="http://www.omg.com/index.html"><img src="http://www.omg.com/LOL.jpg"></a> 
        

        Comment

        Working...