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
