View Single Post
  #13  
Old 09-15-2006, 08:31 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Formatting gone awry... what the heck is that doing over THERE!?

Quote:
Originally Posted by pinklinoleum
>>>why is the table in the home.tpl that holds {include file="customer/home_main.tpl"} not sizing itself to the 100% width property for all the min contents?<<<

Code:
<TD border="0" valign="top"> <!-- central space --><table width=100% border="1" valign="top"><tr><td valign="top"> {include file="customer/home_main.tpl"}</td></tr></table> </td>

remove the table inside,...change the code up top to:
Code:
<TD border="0" valign="top"> {include file="customer/home_main.tpl"} </td>
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote