I am using Magento 1.9.2.4. I am using static block for my custom themes and i give the path for images
<img alt="" src="{{skin url=’homepage/images/visa.png’}}" />
but it's return
http://mydomain/skin/frontend/base/default/’homepage/images/visa.png
not my current themes path. I am new magento. Please someone guide me. Thanks in Advance.