MissKalunji |
03-13-2008 12:38 PM |
Quote:
Originally Posted by SBlueman
(Post 1463547)
Thank you for your reply but what am I removing? I am confused after reading your post.
|
The advertisement code is your problem.
i've showed you in the previous post what MINE looked like (the second set of code)
This is the code to remove test it and you'll see your private message back to normal.
Code:
<if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Please Help Support GridironFans.com And Visit Our Sponsors.</td>
</tr>
<tr>
<td class="alt1" align="center">
<!-- Begin: AdBrite -->
<script type="text/javascript">
var AdBrite_Title_Color = '8b0000';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = '8b0000';
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=487147&zs=3732385f3930" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=487147&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard-w.gif" style="background-color:#8b0000;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span>
<!-- End: AdBrite -->
</if>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
|