X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to relocate search box to top right of page? (https://forum.x-cart.com/showthread.php?t=3590)

Xcart-Man 07-13-2003 09:08 PM

how to relocate search box to top right of page?
 
how would u go about placing the search box in the table whose background is the top1.gif? and then right align it?

funkydunk 07-22-2003 11:27 PM

Try:

Code:

<td background="{$ImagesDir}/top1.gif" align="right" valign="middle">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{else}

{/if}
</td>


hth :D


All times are GMT -8. The time now is 02:16 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.