Re: Moving Search and Speedbar
Hi,
I've almost got it, for those interested in a speed bar on the right under the orange bar here it is so far. I put this after the very end code in customer/search.tpl. But theres a problem: (see pic)
<tr>
<td valign="top" align="right">
<table cellpadding="0" cellspacing="0">
<tr>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td valign="top">{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\">`$speed_bar[sb].title`</a>"}</td>
<td width="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
{/if}
{/section}
</tr>
How do I get rid of that extra orange and maybe even put that thin red line back under the orange bar?
Huge thanks to everyones help getting me this far!
__________________
CDSEO PRO
4.1.11 PRO
Dynamic images by xcartmod.com
X-Cart CSSTemplate/Skin for v4.1.11 PRO
|