quote:
Making Signatures with a Link
So now you have a picture and you are going to use as your signature but you also want people to click on it. Its a lot easier you might think.
Lets say I have a picture at http://img66.exs.cx/img66/1517/niko.jpg , as mentioned above all I need to do to display a picture is use the image tags. Now you have to know the link you want to use when people click on that picture. In my case its my guide, its address is http://forums2.battleon.com/f/tm.asp?m=5118. In order to have a link I need to use the link or url tag. Combining both we get
[url="http://forums2.battleon.com/f/tm.asp?m=5118"][image]http://img66.exs.cx/img66/1517/niko.jpg[/image][/url]
Notice that you use the url tag first and within it you use the image tag. A general example of it should look like this
[url="link that you want goes here"][image]picture that you want goes here[/image][/url]
Note the url=" ", the quotation marks are important.
Also check out this guide for information about all the other commands you can use.