Topic: HTML table problem (not PunBB related)

I have encountered a strange problem on a site I maintain, on this page:
http://helsingborgsspexet.se/gallery.aspx?pictureID=853
For some reason the table cell containing the picture becomes a lot wider than it needs to be to fit the picture

I really need some advice here as I'm all out of ideas...

And please don't comment on the terrible non-conformant HTML or excessive overuse of nested tables :-)

2

Re: HTML table problem (not PunBB related)

Looks just fine in Firefox 0.9.2/WinXP

Re: HTML table problem (not PunBB related)

hmm... probably an IE bug then - just what I needed.
But thanks for looking at it.

Re: HTML table problem (not PunBB related)

I think there's something wrong with one or a couple of colspans.

Edit: Found it.

1. Increase the colspan to 3 for the "Fotograf:" cell.
2. Removed the empty table cell after it.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: HTML table problem (not PunBB related)

Wow! - Yeah that was it  - thanks a bunch! I owe you one.