PDA

View Full Version : product layout fouled up


Landgreen
17-Mar-2003, 11:08 AM
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.

pinbrook
17-Mar-2003, 11:49 AM
can you post the html, or give us a URL please

Landgreen
17-Mar-2003, 12:30 PM
of course - here it is (http://shop11.ipeurope.dk/acatalog/Primo.html)

how do you get the URL's in your signature to act as hyperlinks btw?

pinbrook
17-Mar-2003, 10:06 PM
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>

cdicken
18-Mar-2003, 08:37 AM
It is probably the <table> tag in Act_ProductBody.html. Add in an align="center" and see if this makes a difference.

Landgreen
18-Mar-2003, 08:51 AM
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%

pinbrook
18-Mar-2003, 12:01 PM
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.