How to set maximum height or width for:
$img_attributes= ' height=100 width=100 '. 'alt="'.$product['product_name'].'"';
Well, there are the max-height
and max-width
CSS properties, aren't they? THey work in all major browsers except IE 6 and in IE 7.