Can someone please tell me how to get this to work? This should call image from my custom images folder, but I can't seem to get the php part correct. Keep getting errors.
<center>
<?php
echo'<img src=zen_image(DIR_WS_TEMPLATE.'images/greetings.gif')/>
?>
<br/>
</center>
also, this looks different on this image that I need to call....
<?php echo'<img class="imagemap" name="productimagemap" src=zen_image(DIR_WS_TEMPLATE.'images/xx.gif') width="650" height="365" border="0" id="productimagemap" usemap="#m_productimagemap" alt="Handmade Luxury" /> ?>
Any help or point to documentation would be greatly appreciated.
Thank you,
Vood



