View Single Post
  #5  
Old 04-20-2009, 12:04 PM
 
swifty1 swifty1 is offline
 

eXpert
  
Join Date: Aug 2008
Location: UK
Posts: 327
 

Default Re: Bottom.tpl editing

Quote:
Originally Posted by Ashley
did you put a # in front of it?

#ffffff is the code for white, or #fff

post your bottom.tpl and your footer styles.

Yes i did and the Footer styles have all the original hex codes.

Footer styles
*/
.BottomRow {
TEXT-ALIGN: center;
VERTICAL-ALIGN: bottom;
}
.BottomBox {
COLOR: #9A9A9A;
HEIGHT: 22px;
VERTICAL-ALIGN: middle;
}
.Bottom {
BACKGROUND-COLOR: #D6D7D9;
COLOR: #9A9A9A;
}
.BottomPopup {
WIDTH: 100%;
TEXT-ALIGN: right;
PADDING-BOTTOM: 10px;
}
.BottomPopup A {
FONT-WEIGHT: bold;
}
.BottomDialogBox {
BACKGROUND-COLOR: #FFE591;
PADDING-LEFT: 13px;
PADDING-TOP: 10px;
PADDING-BOTTOM: 10px;
}





{if $usertype eq "C"}
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="BottomBox"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td {*background="{$ImagesDir}/wrcimages/footer_shadow.jpg"><img src="{$ImagesDir}/wrcimages/footer_shadow.jpg" alt="" width="1" height="5">*}</td>
</tr>
<tr>
<td><div align="center"><strong>All Major Credit Cards Accepted</strong><br />
<img src="http://www./skin1/images/wrcimages/card-images1.jpg" width="351px" height="34px" /></div></td>
</tr>
<tr>
<td><div align="center"><font color="#999999" size="1" face="Arial, Helvetica, sans-serif">{include file="copyright.tpl"}. All rights reserved. <br>
Email:<a href="mailto:{$config.Company.orders_department}"> {$config.Company.orders_department}</a> Tel:{if $config.Company.company_phone}{*{$lng.lbl_phone_1_ title}: *}{$config.Company.company_phone}{/if}&nbsp;&nbsp; <a href="help.php?section=business">{$lng.lbl_privacy _statement}</a>
&nbsp;|&nbsp; <a href="help.php?section=conditions">{$lng.lbl_terms _n_conditions}</a>&nbsp;|&nbsp; <a href="sitemap.html">{$lng.lbl_sitemap}</a>&nbsp;|&nbsp; <a href="glossary.html">{$lng.lbl_glossary}</a>.</font></div></td>
</tr>
</table></td>
</tr>
</table>
{else}
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td class="HeadThinLine"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td></tr>
<tr>
<td class="BottomBox">
<table width="100%" cellpadding="0" cellspacing="0"><tr>
<td class="Bottom" align="left">{include file="main/prnotice.tpl"}</td>
<td class="Bottom" align="right">{include file="copyright.tpl"}</td>
</tr></table>
</td>
</tr>
</table>
{/if}


Hope this is of help.

__________________
4.1.11 gold
x-special offers
CDSEO Pro
Reply With Quote