![]() |
Newbie Question about the left side of menu
There is a space between the menu header and the border of the browser. It seems to be located in the home.tpl (I think) width=6, but I change it and nothing happens. I would like to get rid of it entirely and make it look like the right side. How do I do this and what tpl is this located? Thanks! Following is code for /admin/home.tpl:
Code:
{* $Id: home.tpl,v 1.54 2002/11/08 11:57:30 alfiya Exp $ *} |
If you have dreamweaver that makes life easier
http://forum.x-cart.com/viewtopic.php?t=74&highlight=dreamweaver |
It looks like you are trying to modify the Admin hom.tpl file. For the customer facing side, you will need to modify the /costomer/home.tpl file. In this file you will look for two things..
at the top of the file look for Code:
<table border=0 width=100% cellpadding=0 cellspacing=0 align="center"> and remove Code:
<td class=VertMenuBox width=6></td> At the bottome of the file, looks for Code:
<tr> and remove one of the lines that read Code:
<td class=VertMenuBox></td> |
I agree with Shan. Having Dreamweaver helps a lot. If I understand you correctly, you're talking about the extra column on the right side menu next to the border? It makes the column look goofy. It's about 6 pixels in width.
I copy the home.tpl with notepad, and then paste it on a blank dreamweaver page, delete the column, and then re-save the home.tpl and upload it. |
Re: Newbie Question about the left side of menu
Dreamweaver? I use firebug (add on for firefox) to locate every detail in the design.
Frank |
All times are GMT -8. The time now is 03:10 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.