Quote:
Originally Posted by cjddrum1
Okay so I just want a header banner (the banner is a .jpg) and I have about 4 which I want to rotate. I have the .jpg's on my server in the directory 7thgenhonda/forum/images/banners/
what should I put in the Header random advertisement code? I tried "[img]" tags and that didnt seem to work.
|
Hi:
Try this:
Code:
<a href="http://www.domain01.com/"><img src="http://www.yourdomain.com/forum/images/banners/banner01.jpg" alt="" name="banner01" width="480" height="60" border="0"></a>
|
<a href="http://www.domain02.com/"><img src="http://www.yourdomain.com/forum/images/banners/banner02.jpg" alt="" name="banner02" width="480" height="60" border="0"></a>
|
<a href="http://www.domain03.com/"><img src="http://www.yourdomain.com/forum/images/banners/banner03.jpg" alt="" name="banner03" width="480" height="60" border="0"></a>
|
<a href="http://www.domain04.com/"><img src="http://www.yourdomain.com/forum/images/banners/banner04.jpg" alt="" name="banner04" width="480" height="60" border="0"></a>
Make the changes for your domains and banners. Remember the
| is the key to seppared the banners.
Have fun!!