Quote:
Originally Posted by giorgioarmani
So its installed.. Where do I place "@vbbanners@" so it shows top right?
|
If anyone else is wondering how to do this and if what you are trying to achieve is shown in this image.
This is what I did to make it look like this.
1. Log in to your admin panel.
2. Click on styles and templates.
3. Click on style manager.
4. Select the template you wish to modify and from the drop down box on the right select Edit Templates.
5. Double click on Ad Location Templates so that this menu expands.
6. Scroll down till you see ad_header_end and double click on it.
7. In the empty big box enter in the following.
Code:
<br><br><br>
<div align="center"><table>
<tr>
<td><!--@vbbanners:0@--></td>
</tr>
</table>
</div>
Of course changing <!--@vbbanners:0@--> to what ever banner number you want to display in this area.
For example if you want to display Position 2 banners in this area change the 0 to a 2 so that it looks like this.
<!--@vbbanners:2@-->
Oh yes and if you are not using a large forum logo like we are. You may have to switch where it says <div align="center"> in the code above to say <div align="right"> .
Anyway hope this helps others who would like to place their banners in this area.