Hi still using phprunner 5.3. How can I change the size of the image that is displayed on the edit page. Currently it defaults to actual image size.
If I inspect the html what is generated on the edit page is:
<img id="image_pphoto_1" name="value_pphoto_1" border="0" src="imager.php?table=person&field=pphoto&key1=6">
What I want is:
<img id="image_pphoto_1" name="value_pphoto_1" border="0" src="imager.php?table=person&field=pphoto&key1=6" height="167" width="217">
but I can't find the source file that I need to add the height and width parameters to.
Thanks
Richard