How to apply CSS to Magento CMS Page
问题 I have followed every tutorial that came up in Google search to add a simple CSS styling to a Magento CMS page. I simply want to add the following CSS .list-checkmark{ list-style-image: url("../images/Check-Mark-2.png"); margin-left: 3em; } to my page http://demo.txsystems.com/index.php/integration-service This is a CMS page, and I have added the following <reference name="head"> <action method="addItem"> <type>skin_css</type><script>MyCss.css</script> </action> </reference> To the layout