Connecting Tech Pros Worldwide Forums | Help | Site Map

image size

Newbie
 
Join Date: Oct 2006
Posts: 23
#1: Jan 19 '07
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.


[HTML]
[PHP]
<tr>
<td width="60%"><img border="1" height="124" width="164" src="edge2.php?act=view&iid=<?=$image_id; ?>">
</tr>
[/PHP]
[/HTML]

iam_clint's Avatar
Forum Leader
 
Join Date: Jul 2006
Location: Oklahoma
Posts: 1,076
#2: Jan 19 '07

re: image size


yes don't set a width and height for the images this will make them appear normally,
Newbie
 
Join Date: Oct 2006
Posts: 23
#3: Jan 19 '07

re: image size


Thanks. You did help me.
Reply