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
at the beginning of what you want to remove and
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.