PDA

View Full Version : Side Bar advertising


iusevb
02-28-2012, 06:18 AM
Is there a way to have jpg pictures as advertisements in the side bar? I know you can use HTML pictures but I would rather use jpg pictures that are currently uploaded to my server. Any help would be greatly appreciated.

--------------- Added 1330413566 at 1330413566 ---------------

Oh by the way I am using 4.1.9.

ProFifaLeagues
02-28-2012, 02:41 PM
<a href="http://personalweb.about.com/od/linkingideas/a/408jpg_gif.htm" target="_blank">http://personalweb.about.com/od/link...408jpg_gif.htm</a>

Maybe helpful to you

Kraxell
02-28-2012, 02:54 PM
Create a new widget and put the follow code in it:

<center><a href="Linkto website"><img src="LINK TO THE IMAGE" /></a></center>

So it must look like

<center><a href="http://google.com"><img src="http://google.com/images/ads.jpg" /></a></center>

Finish.