Hi,
Hmmm... it worked. I found that I had a tag leftover from some
previous tries and that was getting in the way... the %%F_PATH
variable wasn't being parsed, but now it is.
I got the image sizes to be all the same by adding a style:
<style type="text/css">
.mainimage {
max-width: 75px;
max-height: 75px;
width: expression(this.width > 75 ? "75px" : true);
height: expression(this.height > 75 ? "75px" : true);
}
It worked for most images, but some SVG appear extremely small for
some reason. I'll have to check them.
The thumbnails idea is great, but I'd have to see how I'd generate all
the thumbnails. IrfanView will probably do the trick, but the SVG
preview in IrfanView wasn't very good. I'll try.
Thanks again,
Michael