Announcement

Collapse
No announcement yet.

product layout fouled up

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

    product layout fouled up

    take a look at the attached .jpg

    i cant figure out why it is left aligned like that. It seems as if the left cell of the table that contains the product image is minimized, 'cause its only as wide as the product picture.
    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
    can you post the html, or give us a URL please

    Comment


      #3
      of course - here it is

      how do you get the URL's in your signature to act as hyperlinks btw?
      rasmus e landgreen
      Work: <a href="http://www.net4you.nu">net4you.nu</a>
      Personal: <a href="http://www.weblike.dk">weblike.dk</a>

      Comment


        #4
        I would guess that you have a table aligned to the left......

        check your table alignment in

        act_primary

        act_productbody


        ___________________________________

        to get your url active use the following in your Signature in your profile..............modified of course!!

        Jo Morecroft
        01392 434530
        <A target=_blank href ="http://www.pinbrookhosting.co.uk/">http://www.pinbrookhosting.co.uk/</A>

        Comment


          #5
          It is probably the <table> tag in Act_ProductBody.html. Add in an align="center" and see if this makes a difference.

          Comment


            #6
            it looks like this:

            <TABLE WIDTH="700" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER">

            But there is no place defining the width of the coloums, and thats actually what causes the problem. The cell containing the product image seems to be only as wide as the image, and not a fixed width of eg. 30%
            rasmus e landgreen
            Work: <a href="http://www.net4you.nu">net4you.nu</a>
            Personal: <a href="http://www.weblike.dk">weblike.dk</a>

            Comment


              #7
              I think the problem is that there are 2 tables here.

              They are both 700 wide and both centred.

              but then the cells within the inside table are left aligned.

              I would look at the cells and how they are defined.

              Comment

              Working...
              X