Page 1 of 1

making a clickable banner?

PostPosted: Sat Sep 18, 2010 4:45 pm
by Smh
Hello,

I have tried to make a clickable banner as a signature, but for some reason it just comes out as text.

I can put the referral code in my signature, or the banner alone, but I don't know how to put a clickable banner that would include the referral code?

Unless I'm supposed to put that code above or below the banner?

any help appreciated

Re: making a clickable banner?

PostPosted: Sat Sep 18, 2010 4:56 pm
by Army of GOD
Image

Code: Select all
[url=www.zombo.com][img]http://www.conquerclub.com/forum/download/file.php?avatar=310031_1284704614.gif[/img][/url]

Re: making a clickable banner?

PostPosted: Sat Sep 18, 2010 4:56 pm
by Army of GOD
Ok, make sure you try to do it like I did. Put the "url" tags outside of the image, and set the opening "url" to whatever website you want.

Re: making a clickable banner?

PostPosted: Sat Sep 18, 2010 5:01 pm
by ManBungalow
A clickable URL code looks like this:
CLICKABLE
Code: Select all
[url=http://www.conquerclub.com]CLICKABLE[/url]


An image code looks like this:
Image
Code: Select all
[img]http://static.conquerclub.com/conquerclub.gif[/img]


Put both of these together like this:
Image
Code: Select all
[url=http://www.conquerclub.com][img]http://static.conquerclub.com/conquerclub.gif[/img][/url]


So, this is the generic format:
Code: Select all
[url=TARGET URL HERE][img]IMAGE URL HERE[/img][/url]


Also, moved to Q&A.

Also, also if this doesn't work out, ensure that you don't have the 'Disable BBCode' tickbox checked on the 'Edit signature' page.

Re: making a clickable banner?

PostPosted: Sat Sep 18, 2010 5:04 pm
by Army of GOD
My answer was better ManB. I didn't use such a lame image or url.

Re: making a clickable banner?

PostPosted: Sat Sep 18, 2010 5:06 pm
by Smh
It worked, thanks :)