Quote:
Originally Posted by gazza2008
Hello
Can anyone help me a little
I want to install the rotating banners I have them working its just I dont know how to put them in the 468x60 part on my forum
http://www.theracingview.com/forum.php
I want it on the right of the forum where the adverts can go. Am lost lol
I am using the Blue Demon skin
Cheers
gaz
|
Just place into the reserved space the desired placeholder (e.g. <!--@vbbanners:0@-->)
If it doesn't work for you (likely), you will have to add a style into additional.css and make it a bit more complex:
HTML Code:
.rbs_header_2 {
height: 70px;
left: 515px;
position: absolute;
text-align: right;
top: 35px;
width: 468px;
}
(adjust the parameters to your needs)
HTML Code:
<div class="rbs_header_2"><!--@vbbanners:0@--></div>