Announcement

Collapse
No announcement yet.

editing table sizes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?

    #2
    Try Act_ShoppingCart.html

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      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.
      edwards

      Comment


        #4
        There is a solution for v4 on the knowledge base HERE

        Comment


          #5
          The solution supplied by Chris was the one I needed.

          Thanks to all.

          Jim

          Comment

          Working...
          X