X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Setting auto-resize of templates to fixed size? (https://forum.x-cart.com/showthread.php?t=36704)

xcarter 01-11-2008 08:29 PM

Setting auto-resize of templates to fixed size?
 
Hi guys,

Is there a way I can set a width for my templates so that they don't continually resize?

I want to find a width that works well, and set it at that so that my site maintains a solid consistant look throughout.

Any help would be much appreciated.

Thanks,
Gabe.

carpeperdiem 01-12-2008 04:37 AM

Re: Setting auto-resize of templates to fixed size?
 
http://forum.x-cart.com/showthread.php?p=198742#post198742

xcarter 01-13-2008 03:58 PM

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

Though it doesn't detail exactly which code requires the edit.
Can you please indicate which line commands table width.

Thanks.

SpinyMan 01-26-2008 07:33 AM

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;}



All times are GMT -8. The time now is 02:05 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.