Hi all
I have a label which has displaystags on, retrieving a picture using html thus:
This queries sybase to find out (from a pseudo global field in my administration form) what the ip address is of a related mysql server is, it then gets from the field an url of the picture which is coming up as something like http://10.0.0.4/mga/images/11254.jpg. This works perfectly in inserting a picture into the label.
My problem is that I have no control over the size of the picture. I cannot resize it in html because I don’t know its dimensions or orientation beforehand and resizing by percentage doesn’t seem to work at all (and is relative to the size of the page rather than the original size of the picture anyway). Additionally, media options properties is apparently ignored (I have it set to Reduce/Enlarge, keep aspect ratio set). It just doesn’t work.
Is there any way to set the size of the picture to fit within the bounds of my label and keep its aspect.
Thanks for any help.
Bevil