Author Topic: Banners!!  (Read 1345 times)

Offline Donald

  • Sr Member
  • Posts: 2,452
    • View Profile
    • My Blog
Banners!!
« on: January 09, 2012, 09:19:00 AM »
Hi,

I had a banner made up for me by a good friend on RRW. What I would like to know is: How can I make that banner clickable using HTML, like when someone clicks on it, it takes you to the site. I hope I said that correct.

Thanks you.

Regards

Donald



Offline thebaron

  • Sr. Member
  • Posts: 522
    • View Profile
    • Internet Marketing Consultant
Re: Banners!!
« Reply #1 on: January 09, 2012, 09:56:19 AM »
Hi Donald

It depends on what you are using the banner for (or is it a header?)
 with banners on your website you can just right click on it (in editing mode) and choose to insert link, just as you do with keywords.


Cheers
Brian

Offline Donald

  • Sr Member
  • Posts: 2,452
    • View Profile
    • My Blog
Re: Banners!!
« Reply #2 on: January 09, 2012, 11:11:34 AM »
Hi Brian,

It was the one you made for  for Tradebit. Probably be using a sa header but if I wanted to use as an advert, wondering how it can be done. Always wondered how to do it.

Regards

Donald

Offline ozarksentinel

  • Jr. Member
  • Posts: 38
    • View Profile
    • Home Businesses For You
Re: Banners!!
« Reply #3 on: January 11, 2012, 09:29:13 AM »
Here's the simple html code to link your banner to another location:
<a href="www.insert the link location here" target="_blank"><img src="http://the location of the image on your server"></a>

The target=blank
kg tag will make the location open in a new tab or window. You can leave it out and it will open in the current window.
Hope that helps.
Dave

Offline joesal

  • Sr. Member
  • Posts: 203
  • The interent is a long and winding road
    • View Profile
    • Best Article Directory
Re: Banners!!
« Reply #4 on: January 11, 2012, 12:45:48 PM »
ozark is 100% correct


Offline Donald

  • Sr Member
  • Posts: 2,452
    • View Profile
    • My Blog
Re: Banners!!
« Reply #5 on: January 11, 2012, 03:06:26 PM »
Thank You very much, will give it a go.

Donald