How can you add an external javascript/ css file to magento?
Answer Posted / Durgesh Kumar Jha
To add an external JavaScript or CSS file in Magento, you should: create a local.xml file in the app/design/frontend/<your_package>/<your_theme>/layout directory, and then use the following XML code to reference your files: <action method="addItem"><type>js</type><name>path/to/your/script.js</name></action>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers