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 do I center my logo in the head.tpl? (https://forum.x-cart.com/showthread.php?t=4441)

Rob 09-22-2003 02:18 PM

How do I center my logo in the head.tpl?
 
I'm must be getting senile, I can't for the life of me figure out how to center my logo in the head.tpl file.

right now the file looks like:

{* $Id: head.tpl,v 1.28 2003/04/24 09:50:33 svowl Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%>
<TR>
<TD valign="top" width="602">[img]{$ImagesDir}/logo.gif[/img]




</TD>

the test site is at:

http://www.porkysdelight.com/shop/customer/home.php


Sorry to be so lame, but I have tried using the <center> tag etc, and I just don't seem to be able to get it. Is this what it's like to get old?

Thanks
Rob

jpsowin 09-22-2003 02:51 PM

Try this:
Code:

<table align="center" border="0" cellPadding="0" cellSpacing="0" class="HeadBox" width="602">
<tr>
<td valign="top" width="602" align="center">[img]{$ImagesDir}/logo.gif[/img]
</td>
</tr>
</table>





HTH ;)

Rob 09-22-2003 04:40 PM

Thank you!!!
 
Thank you so much, my head was starting to bleed from banging it against the wall.

I wrote it down so I will have a record for next time (can't trust my memory anymore)

Thanks again.

Sincerely
Rob


All times are GMT -8. The time now is 02:46 PM.

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