Quote:
Originally Posted by cmedic101
Thanks for your support! If we could get the mod bashers to contribute as well the true power of Vbulletin would be unleashed completely
cmedic101
|
Okay here is my contribution then.
Open header template and place
Code:
<if condition="in_array($forumid, array(xx,xx))">
<marquee style=" font-size:125%">
<strong>
For the largest selection, Best Prices, and Fastest Shipping of Mustang Parts! Visit <a href="http://www.xxxxxxxxx.com" target="_blank">xxxxxxxxxxxxxxx Parts<img src="http://www.xxxxxxxxxx.com/traffic_record.php?lc=xxxxxxxxxxxxxx" border="0" width="1" height="1"></a>
<a href="http://www.xxxxxxxxx.com" target="_blank">xxxxxxxxxxxxxxx Parts<img src="http://www.xxxxxxxxxx.com/traffic_record.php?lc=xxxxxxxxxxxxxx" border="0" width="1" height="1"></a>
<a href="http://www.xxxxxxxxx.com" target="_blank">xxxxxxxxxxxxxxx Parts<img src="http://www.xxxxxxxxxx.com/traffic_record.php?lc=xxxxxxxxxxxxxx" border="0" width="1" height="1"></a>
<a href="http://www.xxxxxxxxx.com" target="_blank">xxxxxxxxxxxxxxx Parts<img src="http://www.xxxxxxxxxx.com/traffic_record.php?lc=xxxxxxxxxxxxxx" border="0" width="1" height="1"></a>
<a href="http://www.xxxxxxxxx.com" target="_blank">xxxxxxxxxxxxxxx Parts<img src="http://www.xxxxxxxxxx.com/traffic_record.php?lc=xxxxxxxxxxxxxx" border="0" width="1" height="1"></a></strong></marquee>
</if>
Where you want it to appear.
Any questions?
PS. I also fixed your closing tag order, moving the </strong> before the </marquee> for proper coding.