Magento How to add images to your cms homepage

To add homepage to homepage of your site or static block, you firstly go to cms > manage pages > Home.
Then, if you want to show image in folder skin/image or folder Media, general html rules apply:
+<img src="https://www.mage-world.com/skin/frontend/mw/default/images/your_images.jpg" alt="your_images" />
+<img src="https://www.mage-world.com/media//your_images.jpg" alt="your_images" />
And when you want to show image in file .phtml from folder skin/images, you can have website directory:
+<img src="<?php echo $this->getSkinUrl('images/your_images.gif') ?>" alt="your_images"/>
If you have any further problem please email us at: [email protected]
Related Posts

How to move block newsletter

Enable Translate Inline

Enable Template Path Hints
