Quote:
Originally Posted by dr.reddy
I am getting only 1 Ad per page load (refresh), i think we can also place ads side by side....what Ad publishing company you are referring, i have pvt.ads on my site ( not Google Adsense)...who bans these ads??
I have for example 6 banners all at " banner location 0", below navbar .....banner 1-3 are big, so no problem, but banner 4,5,6 are very small rectangle banner ads...is there any way to make appear banner 4,5,6 side by side...order should be like this on page refresh
1=>2=>3=> 4,5,6 small ads together....so it means 6 ads in 4 batches
I tried it like described in rbs pdf instructions where they gave example with Full banner side by side , but when i load page, 2 banners are appearing randomly like 1,6 2,5, 3,6 etc, so do u have any suggestion on this...
Thanks for other suggestions and for giving opinion on my previous work
|
For side by side change banner 4 to this:
Code:
<table align="center"><tr><td>Put what you have currently in Banner 4 here</td><td>Put what you have currently in Banner 5 here</td><td>Put what you have currently in Banner 6 here</td></tr></table>
If you want spacing between the banners add this code between each banner code above:
Code:
<td style="width: 20px;"> <td>
Adjust "20" to any spacing width you would like.
You can then delete Banners 5 & 6.