View Single Post
  #21  
Old 06-25-2011, 01:24 PM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: NEW - Modern Living CSS template for X-Cart

hi, will, in default xcart bottom.tpl, i can easily add the image by inserting the image link,however there is many gap when i tried to insert link in your template, below is my bottom.tpl, pls help, thanks

<div class="footer-nav">
<div class="holder">
<span class="copy">{include file="copyright.tpl"}</span>
<ul>
<li><a href="{$catalogs.customer}/home.php">{$lng.lbl_txs_ml_home}</a></li>
<li><a href="help.php?section=contactus&amp;mode=update"> {$lng.lbl_contact_us}</a></li>

{foreach from=$pages_menu item=p}
{if $p.show_in_menu eq 'Y'}
<li><a href="pages.php?pageid={$p.pageid}">{$p.title|esca pe}</a></li>
{/if}
{/foreach}



</ul>
</div>
</div>
<div class="holder">
<tr><td id="banners">
<p style="text-align: center">

<img src="{$AltSkinDir}/images/100satisfaction.gif" alt="" />
<img src="{$AltSkinDir}/images/creditcards.gif" alt="" />



<img src="{$AltSkinDir}/images/secure-logo.jpg" alt="" />




<img src="{$AltSkinDir}/images/SecureWebsiteLogo.jpg" alt="" />
<img src="{$AltSkinDir}/images/fedex.gif" alt="" />
<img src="{$AltSkinDir}/images/ups.gif" alt="" />
<img src="{$AltSkinDir}/images/uspost.gif" alt="" />
</td></tr></p>

</div>
__________________
X-Cart Gold 4.6
Reply With Quote