Thanks for you reply but that won't effect the images, that will change the size of the table cell. That's why I just posted the PHP because I just need help with that not the HTML.
Let me try this again in case I am not being clear. This code below controls an image output.
' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) . '
Now all Im wanting to do is to be able to add something inline with that php code above that I could set maximum and min height. The reason why is I need this is that code above calls images to different pages but some of the images are bigger then others. So instead of just adjust the side of each image and uploaded it I wanted to just put something inline that will do it for me is possible. I have seen it somewhere before but can't remember how or where I saw it.
Maybe something like this.
' . tep_image(DIR_WS_IMAGES . $random_product['products_image'], $random_product['products_name'], 50, 50, '
-Thanks