09-18-2010, 06:41 AM
[eluser]Praveen A P[/eluser]
Hey Guys,
Need some help.
I have a view under the folder
Now I have some style sheets and javascripts that i plan to put in a folder say custom.
Let's say the folder is put under \application at the same level as views folder.
Now how do i refer the files in views I create?
Will this work?????
Praveen
Hey Guys,
Need some help.
I have a view under the folder
Code:
system\application\views
Now I have some style sheets and javascripts that i plan to put in a folder say custom.
Let's say the folder is put under \application at the same level as views folder.
Now how do i refer the files in views I create?
Will this work?????
Code:
<link rel="stylesheet" type="text/css" href="http://localhost/ci/system/application/custom/css/custom/css/defaultStyle.css"/>
[removed][removed]
Praveen