Answered
Help with Making image display conditional?
I have developed a set of dynamic pages (php) that display
examples of artists work, but have a problem with the display in IE
browsers. Because the table is setup to carry a maximum of 4 images
and associated alt text, IE displays an image holder in place of
'missing' images where the maximum number of images are not used.
To overcome this I would like to be able to make the page only display the number of images that are in the table, without displaying the extra image holders. I assume that this can be done with some kind of an IF..ELSE statement?????
The page in question is generated when an artist is selected from the List of Exhibitors. For example the Sue James listing uses only 2 images and the page therefore looks like it has broken images at the bottom of the listing because of the image place holders.
Any suggestions or pointers would be greatly appreciated.
Sorry if I haven't made myself sufficiently clear.
Thanks in advance,
Graham (more a potter than a developer
)
To overcome this I would like to be able to make the page only display the number of images that are in the table, without displaying the extra image holders. I assume that this can be done with some kind of an IF..ELSE statement?????
The page in question is generated when an artist is selected from the List of Exhibitors. For example the Sue James listing uses only 2 images and the page therefore looks like it has broken images at the bottom of the listing because of the image place holders.
Any suggestions or pointers would be greatly appreciated.
Sorry if I haven't made myself sufficiently clear.
Thanks in advance,
Graham (more a potter than a developer

