Thread: Adding divider
View Single Post
  #4  
Old 05-28-2005, 02:07 PM
 
zardos zardos is offline
 

Senior Member
  
Join Date: Jun 2004
Location: UK England
Posts: 140
 

Default

Hi babers

Just add this to your home.tpl in <----main area-----> after {include file="help.tpl"}
Code:
<TD width="21" class="Seperator">[img]{$ImagesDir}/spacer.gif[/img]</TD>

Then add this to your skin1.css

Code:
.Seperator { /* 1 pixel vertical line between menus */ background-image: url("images/bg1.gif"); background-position: top left; background-repeat: repeat-y; }

Now Make your self a 21x21px image that should do it.
Here is one to get you started.

http://www.megapcs4u.co.uk/megapcs4u/skin1/images/bg1.gif

Hope that helps
__________________
X-Cart V4.0.18
PHP 4.3.10
MySQL Server 4.0.22
Apache/1.3.33 (unix)
OS - Linux
Reply With Quote