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 center Top logo on pages (https://forum.x-cart.com/showthread.php?t=14452)

shipmerchant 06-08-2005 03:15 PM

How to center Top logo on pages
 
I have created a head logo for the top of our site, and modified the head.tpl
Like this:

<TR>
<TD width="27"></TD>
<TD>[img]{$ImagesDir}/xlogo.jpg[/img]</TD>


But when I view the pages, the logo at the top shows a gap on the top left side.
I have tried increasing the width, to no avail. Is there a spacer that needs to be removed?

Here is the url:

http://www.carouselwear.com/mystore-dev/home.php?cat=244

Thanks in advance for your assistance!

8O

balinor 06-08-2005 03:20 PM

Yea, that first table cell...remove this:

<TD width="27"></TD>

Emerson 06-08-2005 03:21 PM

Remove the left cell...

make this:
Code:

<TR>
<TD width="27"></TD>
<TD>[img]{$ImagesDir}/xlogo.jpg[/img]</TD>


Like this:
Code:

<TR>
<TD>[img]{$ImagesDir}/xlogo.jpg[/img]</TD>


;)

balinor 06-08-2005 03:21 PM

Ha! Beat ya Emerson! ;)

Emerson 06-08-2005 03:42 PM

Quote:

Originally Posted by balinor
Ha! Beat ya Emerson! ;)


Yea you cheated :lol:

shipmerchant 06-08-2005 04:25 PM

Thanks balinor and Emerson
 
Thanks Balinor and Emerson,

You two are on the ball....thanks! :D


All times are GMT -8. The time now is 06:40 PM.

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