View Full Version : editing table sizes
catalog v4 - project in progress
How can I change the size and format of the Shopping Cart table displayed on the "VIEW CART" page - and others?
NormanRouxel
19-Nov-2003, 01:06 PM
Try Act_ShoppingCart.html
Norman
edwards
19-Nov-2003, 01:13 PM
If you have a batch editing program such as Dreamweaver, you can replace the following default table width of all pages within the site1 directory, with dimensions of your choice:
<TABLE WIDTH="500" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0">
To something like:
<TABLE WIDTH="400" BORDER="0" CELLPADDING="0" CELLSPACING="0">
Be sure to use 'match' syntax. That way, you only replace the same table dimensions of each page in your directory.
cdicken
19-Nov-2003, 03:01 PM
There is a solution for v4 on the knowledge base HERE (http://knowledge.actinic.com/users/kadmin/acatalog/Knowledge_Base_Editing_Templates_9.html#aUKST_2d4XVJ7M)
The solution supplied by Chris was the one I needed.
Thanks to all.
Jim
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.