Quote:
Originally Posted by BruZZi
Installed.
It works great on my (upcoming) forum thanks.
Two questions...
Is there a way to get the banners rotate in order ???
How can I change the color of the border ?
.
|
Yes you can.
In you banner template.
Find:
PHP Code:
<!-- Begin rotating ad code -->
Above that add:
PHP Code:
<table border=#CCCCCC">
<tr>
<td width="100%">
Now find:
PHP Code:
<!-- End rotating ad code -->
Below that add:
PHP Code:
</td>
</tr>
</table>
To change the border color replace the color in this code here:
border=#CCCCCC"