E
Earl Teigrob
I am dynamically generating pages from images on the server and place each
image into a single cell table (which I use to create a border around the
image)
The problem is that if I do not specify a table width, sometimes the table
will collapse over image, cutting off the right side of the image. This
means that for each image I need to instance an "Image" class and read its
width property, which is a huge preformance killer. Has anyone else
encountered this issue that has found a solution that does not require
setting the table width...
Thanks
Earl
image into a single cell table (which I use to create a border around the
image)
The problem is that if I do not specify a table width, sometimes the table
will collapse over image, cutting off the right side of the image. This
means that for each image I need to instance an "Image" class and read its
width property, which is a huge preformance killer. Has anyone else
encountered this issue that has found a solution that does not require
setting the table width...
Thanks
Earl