I am currently Running GAB on my VB site, and it has done everything I have needed it to do until now..
I currently have 4 ads on the top of my page, I want to add 2 more, but they are not showing.
Current code is:
Quote:
<!-- content table -->
$spacer_open
$GAB_ads[0]$GAB_ads[1]
$GAB_ads[2]$GAB_ads[3]
|
What I tried doing is this
Quote:
<!-- content table -->
$spacer_open
$GAB_ads[0]$GAB_ads[1]
$GAB_ads[2]$GAB_ads[3]
$GAB_ads[4]$GAB_ads[5]
|
But the $GAB_ads[4]$GAB_ads[5] ads are not showing up.
It is staying with 4 ad banners, but rotating btwn the total of 6 different banners.
Can I ad 2 more underneath the current 4? Or is 4 the max?