Welcome Guest, Not a member yet? Register   Sign In
How to add CSS and JS to Codeigniter application
#4

[eluser]Colin Williams[/eluser]
Code:
<style type="text/css">@import "/path/to/file.css"</style>

Code:
<scr1pt src="/path/to/file.js"></scr1pt>

Put those tags in the &lt;head&gt; tag and make sure the paths are correct. Remember, paths are relative to the URL, not your view's file location on the server.


Messages In This Thread
How to add CSS and JS to Codeigniter application - by El Forum - 01-15-2009, 11:46 PM
How to add CSS and JS to Codeigniter application - by El Forum - 01-15-2009, 11:55 PM
How to add CSS and JS to Codeigniter application - by El Forum - 01-16-2009, 01:07 AM
How to add CSS and JS to Codeigniter application - by El Forum - 01-16-2009, 01:53 AM
How to add CSS and JS to Codeigniter application - by El Forum - 01-16-2009, 02:02 AM
How to add CSS and JS to Codeigniter application - by El Forum - 01-28-2009, 08:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB