image size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nwebhosting
    New Member
    • Oct 2006
    • 23

    #1

    image size

    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%"><im g border="1" height="124" width="164" src="edge2.php? act=view&iid=<? =$image_id; ?>">
    </tr>
    [/PHP]
    [/HTML]
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    yes don't set a width and height for the images this will make them appear normally,

    Comment

    • nwebhosting
      New Member
      • Oct 2006
      • 23

      #3
      Thanks. You did help me.

      Comment

      Working...