Omega Owners Forum

Chat Area => General Discussion Area => Topic started by: HolyCount on 30 August 2008, 15:00:02

Title: Website question
Post by: HolyCount on 30 August 2008, 15:00:02
For all you website experts out there ......

How do you put a link to a website into a banner ( so you see the banner and can click on it to get to the site it's advertising)?
Title: Re: Website question
Post by: Bandit127 on 30 August 2008, 15:02:14
There should be a hyperlink section in the banner's properties. Depends on your software, but try right click, proprties.
Title: Re: Website question
Post by: PaulW on 30 August 2008, 15:10:06
HTML Code
Code: [Select]
<a href="http://link.to.website.here"><img src="http://link.to.picture.here" /></a>
BBCode (Forums)
Code: [Select]
[url=http://link.to.website.here][img]http://link.to.image.here[/img][/url]
Title: Re: Website question
Post by: HolyCount on 30 August 2008, 15:14:33
Cheers lads -- now we're cookin'  :y