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)
-   -   Lines (https://forum.x-cart.com/showthread.php?t=7675)

lacrossenate 05-20-2004 03:42 AM

Lines
 
I have been searching through the forums for a few days now and cannot find out where to remove the white lines that are below the logo and above and below the search and language boxes at the top of the page. I found it once when I first installed 3.5.1, but I have upgraded to 3.5.7 and now I can't seem to find out where it is. Can someone please point me in the right direction.

](*,)

laureon 05-20-2004 07:25 AM

Hi,

You want to look in your 'head.tpl' file. At line 13 you want to comment out
Code:

<TR>
<TD  colspan=2 class=VertMenuBorder>[img]{$ImagesDir}/spacer.gif[/img]</TD>
</TR>

That will remove the 'top line'. To remove the line at the bottom you want do do the same at line 58.

N.B - To comment out, use
Code:

{*
at the beginning of what you want to remove and
Code:

*}
at the end.

It will look something like this:

Code:

{*<TR>
<TD  colspan=2 class=VertMenuBorder>[img]{$ImagesDir}/spacer.gif[/img]</TD>
</TR>*}


Hope this helps.

lacrossenate 05-23-2004 10:29 PM

Thank you much.


All times are GMT -8. The time now is 01:11 PM.

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