http://forum.bytesforall.com/showthr...=9204#post9204 has great info. But I have a PHP to insert. I can't get it to line up with the logo. I want to put it the right of the logo. I get an error everything I just try to insert it. I have tried to remove the php tag and it dosen't work. help. Thank in advance
<?php
//<!--/* OpenX Local Mode Tag v2.6.3 */-->
define('MAX_PATH', 'path/path/openx');
if (@include_once(MAX_PATH . '/www/delivery/alocal.php')) {
if (!isset($phpAds_context)) {
$phpAds_context = array();
}
$phpAds_raw = view_local('', 1, 0, 0, '', '', '0', $phpAds_context, '');
}
echo $phpAds_raw['html'];
?>