Welcome Guest, Not a member yet? Register   Sign In
Where do I place the CSS file(s) that I would like my application/pages to use ?
#2

[eluser]Sarfaraz Momin[/eluser]
Hi,
CI directory structure is just for the application. What you can do is create an assets folder under application and CSS folder under assets so you have

CI
-- application
----assets
------css
------img
------js

and then you can use
Code:
APPPATH."assets/css/style.css"

simple isn't it.

Good Day !!!


Messages In This Thread
Where do I place the CSS file(s) that I would like my application/pages to use ? - by El Forum - 01-05-2008, 12:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB