04-11-2011, 04:26 PM
[eluser]gunnarflax[/eluser]
Hi, I've started working with CodeIgniter today and I'm having some trouble with applying css rules and getting images to show. I've searched the internet and the forums but haven't found an answer to my question. I use this
to create the link tag but somehow the rules aren't applied to elements. When I create an image with the img() function it won't show either. I think there is a problem with the site trying to route to the controller "style" and the function "style.css" since the url is "style/style.css" but I don't know for certain and I don't know how I should do to change this behaviour.
The style folder is located in root, at the same directory level as the applications and system folder.
Please help me out here?
Hi, I've started working with CodeIgniter today and I'm having some trouble with applying css rules and getting images to show. I've searched the internet and the forums but haven't found an answer to my question. I use this
Code:
link_tag('style/style.css', 'stylesheet', 'text/css')
The style folder is located in root, at the same directory level as the applications and system folder.
Please help me out here?
