View Single Post
  #6  
Old 09-27-2008, 12:20 PM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Move search field over to the right hand side

Thanks

I seached for what you saud but it was not in the file but figured it out in the end.

I have to change this section

Code:
<td class="HeadLine" height="22"> {if $usertype eq "C"} { include file="customer/search.tpl" } {/if} </td>


to look like this


Code:
<td align="right" class="HeadLine" height="22"> {if $usertype eq "C"} { include file="customer/search.tpl" } {/if} </td>


Thanks
__________________
X Cart Version 4.1.11
Reply With Quote