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