Page 1 of 1

{SOLVED} different columns width using the same template

Posted: Wed 18. Jan 2006, 23:18
by jlbach
I have a problem that I don't know how to solve..

I don't understant why IE shows diferent width in a table of 3 cols depending on the contents of each cell. If the cell has no content, the cols becomes more narrow. And if it contains an image, the width is enlarged..
Look at this 3 pages. They all use the same template:

http://phpwcms.vincles.net/index.php?brugada_syndrome
http://phpwcms.vincles.net/index.php?syndrome_history
http://phpwcms.vincles.net/index.php?sy ... y_genetics

Viewed using IE, the width of the 3 cols is different. Using Firefox the width is maintained.

Does anybody knows what I'm making wrong..?

Thank you

solved

Posted: Thu 19. Jan 2006, 00:11
by jlbach
The problem was in the first cell of the table, which contains 2 images of 760pix without any separation between them. Whith a simple <br> between them or including each one in a <div> it all works fine again.

I have been spending a lot of time before I have decided to ask your help. But not enough.. ;-)

Thanks