Showing posts with label
How to display image in magento.
Show all posts
Showing posts with label
How to display image in magento.
Show all posts
You can display image in magento by following code:
<img src="<?php echo $this->getSkinUrl('images/dummy.jpg');?>" />