View Single Post
  #7  
Old 01-02-2009, 06:33 PM
 
junliw1975 junliw1975 is offline
 

Advanced Member
  
Join Date: Dec 2008
Location: Maple, Ontario, Canada
Posts: 62
 

Default Re: How to change the site layout to fixed width.

It's strange, it worked for a while and now it doesn't work anymore. I contacted help desk and here is what I got but still doesn't work.
-------
Please try to modify the width parameter of the <table> tag in the following templates:
1. skin1/rectangle_top.tpl
replace width="{$width|default:"100%"}"
with width="980"

2. skin1/head.tpl
replace <table cellpadding="0" cellspacing="0" width="100%">
with <table cellpadding="0" cellspacing="0" width="980">

3. skin1/customer/home.tpl
replace <table width="100%" cellpadding="0" cellspacing="0">
with <table width="980" cellpadding="0" cellspacing="0">
---------------------

I couldn't even find the parameter in home.tpl!!

Anyone can help, please?
__________________
x-cart-4.7.5 Gold ,
Reply With Quote