Announcement

Collapse
No announcement yet.

problems with product layout

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

    problems with product layout

    Im having severe problems with my product layout. As you can see here: http://shop11.ipeurope.dk/acatalog/Primo.html it is very very left aligned. As far as i can see the problem is that the cell containing the product image isnt properly defined. Should be for example 25%. Whenever i change any layout options in actinic, it doesnt affect anything.
    That really freaks me out...
    I've attached my act_productline, hope some wizkid out there can tell me what's wrong.
    Attached Files
    rasmus e landgreen
    Work: <a href="http://www.net4you.nu">net4you.nu</a>
    Personal: <a href="http://www.weblike.dk">weblike.dk</a>

    #2
    I presume your table has just 2 columns? (the table was not shown in the file you attached)

    If so what is the width of the second column - the one that contains the product information. Have you given that column a width?

    If you try and change the width of the column that contains the image, and it's width added to the width of the 2nd column total more than 100% then it won't change the width of the 1st column

    I would suggest you define thave the first column as 25% and second 75% (or any other %'s so long as the 2 add up to no more than 100%) and that should sort it out.

    Hope that makes sense!

    Kathy
    Kathy Newman

    Comment


      #3
      You could also put a line in Act_ProductBody.html to fix the width of the three columns in the product table at being 33% each.

      You would put this line just above NETQUOTEVAR:PRODUCTBULK.

      Comment


        #4
        thx both of you.

        I sorted it out by playing a little with the act_productline.html - some of the cells had some really weird values...
        rasmus e landgreen
        Work: <a href="http://www.net4you.nu">net4you.nu</a>
        Personal: <a href="http://www.weblike.dk">weblike.dk</a>

        Comment

        Working...
        X