[eluser]mohsin917[/eluser]
how you are accessing the css/js files? can I see the code.
[eluser]mohsin917[/eluser]
and what is the root of your css/js files..?
with
<link rel="stylesheet" href="<?php echo base_url();?>style.css" type="text/css" media="screen" />
this code your files should be at root.
[eluser]ChristopherDosin[/eluser]
my css file is in my root directory
my image files in root/images
my js files root/js
[eluser]mohsin917[/eluser]
well it should work .... not making any sense..
open your page source of browser if you are using the firefox.. and click at your files css/js...
check if it is opening the clicked file... for making sure that path is correct...