Hello.
Could you help me plzz?
I have an image table in a db and each image has different sizes.
When they get printted, some images look good some not.
Is there any way to adjust this code to make them print ok?.
Thanks for any help.
[code=php]
<tr>
<td width="60%"><img border="1" height="124" width="164" src="edge2.php?act=view&iid=<?=$image_id; ?>">
</tr>
[/code]