Totally Zenned
- Join Date:
- Mar 2006
- Posts:
- 909
- Plugin Contributions:
- 1
Align image with PHP...
Is it possible, when using the zen_image function, to align the image within that piece of code?
At the moment my code looks like this...
<?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>'; ?>
I am trying to center the image vertically (valign).