View Single Post
  #5  
Old 09-24-2003, 03:52 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Quote:
Originally Posted by CForrester
Hi thanks for posting, i made the column width 0 in the home.tpl (i've got that with <html>
<body RIGHTMARGIN=0 BOTTOMMARGIN=0 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="100%" border="0" cellspacing="0" cellpadding="0" etc etc
in it as it doesn't got right to the top otherwise and looks pants.......but it's still the same distance off the left side
the code is now

<table border=0 width="100%" cellpadding=0 cellspacing=0 align="center">
<tr>
<td class=VertMenuBox width=0></td>
<td class=VertMenuBox width=150 valign=top><font color="#CCCCCC"> {
include file="customer/categories.tpl" } {if $active_modules.Bestsellers ......etc etc

can i access this VertMenuBox class or is it just a css with colours etc in not dimensions / widths ?
I tried left justifying the categories.tpl but that doesn't seem to work either.
i may revisit the original tpl files in the back up dir to see what they're widths are.

Remove the <td class=VertMenuBox width=0></td> and it will work fine
__________________
ex x-cart guru
Reply With Quote