billmarks
04-17-2007, 03:05 AM
I just purchased this site and i am having trouble inserting an Adsense leaderboard into the footer. It appears okay as I view it locally in any browser, but when I try to view it live after uploading the edited footer the Adsense is not visible at all. Below is the original footer before I tried entering the Adsense. :o
Anyone know where or how to insert it? I tried new cells but nada.
{strip}
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
</tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center" class="footer">
<tr>
<td bgcolor="#979797" style="background-image: url({$smarty.const.DOC_ROOT}/templates/images/gradfooter.gif);background-repeat: repeat-x; padding: 10px;">
<p>This Human Edited SEO Friendly Directory is Copyright 2006 and Beyond - Powered by <a href="http://www.phplinkdirectory.com">phpLD</a>
{* RSS feed icon *}
{if $smarty.const.ENABLE_RSS and ($qu ne '' or $category.ID gt 0 or $p)} | <a href=
"{$smarty.const.DOC_ROOT}/rss.php?{if $qu ne ''}q={$qu}{elseif $p}p={$p}{else}c={$category.ID}{/if}">
<img src="{$smarty.const.DOC_ROOT}/images/xml.gif" border="0" alt="" style="vertical-align: middle;"/>
</a>
{/if} </p>
</td>
<td width="10" background="{$smarty.const.DOC_ROOT}/templates/images/1.gif"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
</tr>
<tr>
<td height="10" background="{$smarty.const.DOC_ROOT}/templates/images/2.gif"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
<td><img src="{$smarty.const.DOC_ROOT}/templates/images/3.gif" alt="" height="10" width="10" border="0"/></td>
</tr>
</table>
<p>{/strip}</p>
<p> </p>
Thanks
Regards,
Mark
Anyone know where or how to insert it? I tried new cells but nada.
{strip}
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
</tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center" class="footer">
<tr>
<td bgcolor="#979797" style="background-image: url({$smarty.const.DOC_ROOT}/templates/images/gradfooter.gif);background-repeat: repeat-x; padding: 10px;">
<p>This Human Edited SEO Friendly Directory is Copyright 2006 and Beyond - Powered by <a href="http://www.phplinkdirectory.com">phpLD</a>
{* RSS feed icon *}
{if $smarty.const.ENABLE_RSS and ($qu ne '' or $category.ID gt 0 or $p)} | <a href=
"{$smarty.const.DOC_ROOT}/rss.php?{if $qu ne ''}q={$qu}{elseif $p}p={$p}{else}c={$category.ID}{/if}">
<img src="{$smarty.const.DOC_ROOT}/images/xml.gif" border="0" alt="" style="vertical-align: middle;"/>
</a>
{/if} </p>
</td>
<td width="10" background="{$smarty.const.DOC_ROOT}/templates/images/1.gif"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
</tr>
<tr>
<td height="10" background="{$smarty.const.DOC_ROOT}/templates/images/2.gif"><img src="{$smarty.const.DOC_ROOT}/templates/images/spacer.gif" alt="" height="1" width="1" border="0"/></td>
<td><img src="{$smarty.const.DOC_ROOT}/templates/images/3.gif" alt="" height="10" width="10" border="0"/></td>
</tr>
</table>
<p>{/strip}</p>
<p> </p>
Thanks
Regards,
Mark