04-15-2011, 06:22 AM
[eluser]lenswipe[/eluser]
Hey guys
Im just trying to use CSS with my view files, i read http://codeigniter.com/wiki/css/ and it sort of works, except that it produces:
my actual css file is located in http://localhost/helpdesk/application/views/css/style.css i could hard code this in but i dont want to...
I could also just change the base_url option in config.php but i dont want to incase that breaks stuff..
can someone help?
Hey guys
Im just trying to use CSS with my view files, i read http://codeigniter.com/wiki/css/ and it sort of works, except that it produces:
Code:
<link rel="stylesheet" href='http://localhost/helpdesk/css/style.css' type="text/css" media="screen" />
my actual css file is located in http://localhost/helpdesk/application/views/css/style.css i could hard code this in but i dont want to...
I could also just change the base_url option in config.php but i dont want to incase that breaks stuff..
can someone help?