Thread: Lines
View Single Post
  #2  
Old 05-20-2004, 07:25 AM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

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.
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote