verano Posted September 7, 2008 Author Share Posted September 7, 2008 GOT IT. now what to do about the.... little coding thats included on the page? i used this to get it to work #adbrite { text-align: center; } Link to comment https://forums.phpfreaks.com/topic/123072-simple-php-issue/page/2/#findComment-635614 Share on other sites More sharing options...
verano Posted September 7, 2008 Author Share Posted September 7, 2008 ISSUE FIXED, but now i have one more issue.... If you click to view someone's profile it doesnt show up, this is because of the code that appears next to the adbrite ad, how can i fix this issue? current code looks like this.. <div id="adbrite"> <!--Adbrite Stuff Here --> <script type="text/javascript"> /* <![CDATA[ */ var loadingTag = "{lang mkey='loading'}"; var modeRewrite = "{$config.enable_mod_rewrite}"; var docRoot = "{$smarty.const.DOC_ROOT}"; var alphanumeric_chars = "{lang mkey='alphanumeric'}"; var alphanum_chars = "{lang mkey='alphanum'}"; var text_chars = "{lang mkey='text'}"; var full_chars = "{lang mkey='full_chars'}"; {if $config.use_popups == 'N'} var use_popups = false; {else} var use_popups = true; {/if} <!-- Begin: AdBrite --> <script type="text/javascript"> var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; </script> <link rel="stylesheet" type="text/css" href="default.css" /> <span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=738701&zs=3732385f3930" type="text/javascript"></script><!-- --><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=738701&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard.gif" style="background-color:#CCCCCC;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span> <!-- End: AdBrite --> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2548612-6"); pageTracker._initData(); pageTracker._trackPageview(); </script> {if $config.use_profilepopups == 'N'} var use_profilepopups = false; {else} var use_profilepopups = true; {/if} /* ]]> */ </script> <link href="{$css_path}default.css" rel="stylesheet" type="text/css" /> How do i fix this? Link to comment https://forums.phpfreaks.com/topic/123072-simple-php-issue/page/2/#findComment-635671 Share on other sites More sharing options...
verano Posted September 7, 2008 Author Share Posted September 7, 2008 ISSUE RESOLVED Link to comment https://forums.phpfreaks.com/topic/123072-simple-php-issue/page/2/#findComment-635685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.