hi,
the code below displays the stars gif so that it sticks above the text it is next to. anyone know how to display the gif so it is in centered with the text next to it? in others a little of the image will be below the text and a little above (instead of all of the image above the text)...
thanks!Code:echo TEXT_CURRENT_REVIEWS_RATING . ' <strong>' . $average_rating . '</strong> ' . zen_image(DIR_WS_TEMPLATE_IMAGES . 'stars_' . $stars_image_suffix . '.gif', sprintf(BOX_REVIEWS_TEXT_OF_5_STARS, $average_rating));



