Thanks for the info. Just tested it out and it didn't work. 
I remember having a similar problem like this a while back.
Basically, I have an image (inserted by the zen_image function) and then some text next to it. I need to move the image down by one pixel, or center it vertically.
Maybe pasting the code will help...
Code:
<?php echo '<a href="' . zen_href_link(FILENAME_NEWS_RSS) . '">' . zen_image($template->get_template_dir(FOOTER_IMAGE_NEWS_RSS, DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . FOOTER_IMAGE_NEWS_RSS, FOOTER_ALT_TEXT_NEWS_RSS) . '</a>'; ?> <a href="<?php echo zen_href_link(FILENAME_NEWS_INDEX, '', 'NONSSL'); ?>"><?php echo FOOTER_LINK_NEWS; ?></a>
Not sure how I solved the problem last time.
Any ideas?