One of the coolest things in Magento, is the ability to call a static block within a CMS page. Here is how you can do just that. FOLLOW STEPS 1. Copy this code into your CMS page {{block type="cms/block" block_id="ur-block-id"}} "ur-block-id" is your block id, remember to change it to correspond to your static block identifier. //if your block doe…