I was wondering if it is possible to display images as one standard size regardless of their true dimensions. The strings are stored in my db and I output them like this...
\"<img src=\".$image_path.\"/\".$myrow[\"icon\"].\">\"
Is there any code I can put in there to get them to output as 1 size?