Magento - Image URL in Static Block

If you want call the image in a static block and the image is located in your template skin folder i.e., skin/frontend/default/{your theme}/images/your_image_name.jpg

Insert the below line in your static block to get this image:

<img src="{{skin url='images/your_image_name.jpg'}}" />

Hope this solve someone's problem! Feel free to write us at our email id prashcreations(at)gmail(dot)com for any issues.

No comments:

Post a Comment