how do I add this topsite html code into my website?

Discussion in 'HTML & Website Design' started by daabomb2002, May 1, 2007.

  1. #1
    I have a directory www.linkdumptube.com and I just signed up to a topsite ranking system and they told me to add this code to my website:

    <a href="http://top.seo-links.org/">
    <img src="http://top.seo-links.org/button.php?u=daabomb2002" alt="Free Web Directory List" border="0" />
    </a>



    Now I want this code for the button to show at the bottom left hand side of my website.

    Do I put it in the FOOTER.TPL file? If so this is my footer.tpl code:

    {strip}
    {* Pagination *}
    {if !empty($MainPaging) and $MainPaging.page_total > 1}
    <br/>
    <div class="navig">
    <div style="float:right;" class="main-paging">

    {* Display Paging Header *}
    <div class="paging-info">{l}Items {$MainPaging.first}-{$MainPaging.last} out of {$MainPaging.total} displayed.{/l}</div>

    {* Display Paging Links *}
    <div class="paging-links">
    {paginate_first id="MainPaging"} {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"} {paginate_last id="MainPaging"}
    </div>

    </div>

    {l}Total records:{/l} {$MainPaging.total}
    </div>
    {/if}

    </div>
    <div id="footer">
    &copy; Copyright 2007 <a href="{$smarty.const.DOC_ROOT}">{$smarty.const.DIRECTORY_TITLE|escape|trim}</a>, All Rights Reserved. <font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><br>
    Created for <a href="http://www.freephpldthemes.com" target="_blank"><font color="#FF9900">Free phpLD Themes</font></a> Sponsored by <a href="http://www.postdotcom.com" target="_blank"><font color="#FF9900">SEO Friendly Web Directory</font></a></font> &amp; <a href="http://www.expressvisits.com" target="_blank"><font color="#FF9900">Traffic for your Website</font></a> Powered by <a href="http://www.phplinkdirectory.com/" target="_blank"><font color="#FF9900">phpLD</font></a></font>
    </div>
    </div>
    </body>
    </html>
    {/strip}



    Can someone put the TOpsite code i listed above into my footer.tpl code I just posted here.can you put it exactly where it goes if I want it to show at the bottom left hand side of my site please?

    Thanks
     
    daabomb2002, May 1, 2007 IP
  2. sudarshannus

    sudarshannus Peon

    Messages:
    1,431
    Likes Received:
    144
    Best Answers:
    0
    Trophy Points:
    0
    #2
    post this code at the bottom of your website,use some wyswyg editor like dreamweaver and go to design view,in that go to the bottom og your page,now change your view to coding view,then add the code that you have mentioned above,then change back to design view,your code will be added at the end of your webpage.This is how its done
     
    sudarshannus, May 1, 2007 IP