Can anyone point out which line of the ads_network.php code needs changing to show 3 ads? I currently have one ad and want to increase it to 3 ads on top of each other (I know I can do it automatically in the setup) but don't want to send my webmaster a new file as I think he changed one or two things. If some one could let me know the code for this it would be great. Hope someone can help. Thanks Tom
Look for this line: while (count ($ad_network) < 1) { PHP: and change it to: while (count ($ad_network) < 3) { PHP: