Cell background gifs on the web

Hi,

I am using small coloured gifs to programaticaly colour table cell backgrounds to indicate status.

If I set the cell image repeat to ‘Tile’ it renders on the web with no problems. If I set it to ‘size to fit’ then it doesn’t render on the web at all. A quick peek at the HTML shows that it never even made an attempt.

Has anyone else noticed this and is it just a feature of 6.5.2 or below?

Cheers

Adam.

Subject: Cell background gifs on the web

You are setting a background image, and neither the HTML bgimage property nor the CSS background-image support image resizing (or, for that matter, any dimension spec). Domino can’t create HTML for “size to fit”, so it omits the image.