My ads shows up just fine, but they're all placed to the left on my pages, Wordpress aplication - code inserted in the Footer.php in the INOVE theme. I want to CENTER the ads so it looks better visually. I've tested several things, but can't figure out what code to use and where to put it. Anyone that have a suggestion on what to do?
Thanks for the advice, but I had already tried this before I wrote the question on the forum, but it doesn't work. I suppose it's the code in "ad_network_367.php" I should wrap?
Put this in the footer... <div align="center"> <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_367.php'); echo $ad_network; ?> </div>