Welcome Guest, Not a member yet? Register   Sign In
How does codeigniter allow for friendly urls?
#4

[eluser]jedd[/eluser]
In your view:
Code:
echo link_tag('assets/stylesheets/COMMON.css');

This forces absolute paths, which is typically what you want. Experiment with this, checking source of the rendered page through your browser. If you want to run them by hand, wrap some HTML around a base_url() call with your path/cssfile.


Messages In This Thread
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 01:48 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 01:49 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 02:20 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 02:22 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 02:36 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 02:38 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-02-2009, 03:16 PM
How does codeigniter allow for friendly urls? - by El Forum - 10-03-2009, 03:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB