Possible Duplicate:
Adding class attribute to osCommerce tep_image function
I need to add an ID or a class to an image in osCommerce so that I can resize it using media queries.
I have tried adding class="classname"
all over this statement but it always fails to work.
A similar question on tep_image doesn't seem to fit due to the 'bts_select' in my case.
tep_image(bts_select(images, 'logo' . (ITS_CHRISTMAS == 'true' ? '-xmas' : '') . '.gif'), STORE_NAME) . '</a>'