Welcome Guest, Not a member yet? Register   Sign In
Where to put the css?
#1

[eluser]luukskywalker[/eluser]
I have a really stupid question,

In wich folder do i have to put the css in codeigniter to use :
<link rel=stylesheet type="text/css" href="/style.css">

i tried putting them in the same folder as the views, in the root, in the CI folder.

The only thing that seems to work is putting them in the root and hard coding
<link rel=stylesheet type="text/css" href="http://localhost/style.css">

But i don't want to hard code localhost in the application.

Can someone help me?
#2

[eluser]sikkle[/eluser]
Your css is relative to your index.php. hope that help.
#3

[eluser]luukskywalker[/eluser]
oh stupid. I made a subdir so thats where my problem is.

Thanx for the help




Theme © iAndrew 2016 - Forum software by © MyBB