Quote:
Originally Posted by KevinGupta
Sorry... but can someone tell me how I can put a banner in? And how do I restrict/show the advertisement to a certain usergroup ...?
Please tell me if I have image link .. How I can put it in.. or if I have uploaded it on the server then how can I put it in..?
Please give me an example code with description .. so its easier to understand and then follow in future..
THanks...!
|
Here is what I have on my site that works in the HEADER
PHP Code:
<a href="http://sharetrails.org"><img src="PATH IMAGE1" width="468" height="60" alt="Join The BRC, Fight the Good Fight" border="2" align="" /></a>
|
<a href="http://www.amadirectlink.com/"><img src="PATH IMAGE 2" width="468" height="60" alt="Join The AMA, Preserve your right to ride" border="2" align="" /></a>
|
<a href="http://www.melissaparis.com/"><img src="PATH IMAGE 3" width="468" height="60" alt="Malissa Paris, Professional Road Racer, help support and visit this Racer" border="2" align="" /></a>
the path to the images is where ever you are storing images aka
(/images/ads/image1.jpg)
or
"http://domain.com/myimages/imige1.jpg"
It is fairly straight forward