|
Just wondering if anyone can help me with this. On a site I am developing I am going to have an advertising area where I either want to display:
A 120x600 skyscraper
OR
2 or more smaller side adverts (buttons/boxes etc.)
Now, I know that in PHPAdsNew, I can create the skyscraper zone, and if nothing is available from that I can display a zone which shows a smaller advert. I also know that I can create a single zone with variable height and have both skyscrapers and smaller ads in it.
The problem with both these situations is that it will only display one smaller ad if the skyscraper is not shown, not 2 or 3.
The only solution I have come up with so far is to set up a small PHP script to alternate/randomly go between two different methods of calling the ad:
1. Display the skyscraper zone (which is set to have the smaller ad zone as its 'backup') and put up with the occasional single smaller ad appearing
2. Display the smaller ad code twice or three times
Obviously, this isn't a brilliant solution as it takes away a lot of control from PHPAdsNew and I may end up with skyscrapers not showing enough.
Any ideas?
__________________
Please login or register to view this content. Registration is FREE - Everything a webmaster needs - for free
Please login or register to view this content. Registration is FREE - Free web hosts reviewed and rated
Please login or register to view this content. Registration is FREE - Impartial hosting directory - Add your host today for FREE
|