View Full Version : how to add a banner
I am trying to add a ad banner to my forum on the bottom centered. Does anyone know which template I have to do this in and where to enter the code. I have tried looking for a answer but nothing works
Thanks
SVTCobraLTD
01-07-2008, 03:17 PM
This may help you... https://vborg.vbsupport.ru/showthread.php?t=129418
SVT
vB Crew
01-09-2008, 09:51 AM
It all depends on where you want to put it at the bottom. You can do this in the footer template.
Find:
<br />
<div class="smallfont" align="center">$vbphrase
Above this add:
<br />
<center>
<td align="$stylevar[center]"><a href="http://www.link_to_your_banner.com"><img src="$stylevar[imgdir_misc]/path_to_your_image.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td>
</center>
Change http://www.link_to_your_banner.com to the link people will go to when they click on the banner.
Change path_to_your_image.jpg to your image.
This will put the image above the time at the bottom.
sinfull
01-18-2008, 06:00 PM
thanks i needed help with that too
SEOvB
01-18-2008, 09:35 PM
<div align="center">
<a href="http://link.com" target="_blank"><img src="http://pathtoimage.com" border="0"></a>
</div>
Place in your footer template
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.