View Single Post
  #4  
Old 01-26-2008, 07:33 AM
  SpinyMan's Avatar 
SpinyMan SpinyMan is offline
 

Advanced Member
  
Join Date: Jan 2008
Posts: 30
 

Default Re: Setting auto-resize of templates to fixed size?

Quote:
Originally Posted by xcarter
Can you please indicate which line commands table width.
Thanks.
Hi,
there are 2 ways to resolve it:
1) inline width
Quote:
<table width="700">...</table>
2) using css. Define the table name and find (create) it in the main css file
Quote:
table.my_class {width:700px;}
__________________
Regards,
SpinyMan

X-Cart Templates Store -
http://www.x-cart-customization.com/shop/

X-Cart Customization Services -
http://www.x-cart-customization.com/
Reply With Quote