042shani497batter033
New Member
I am new to codeigniter.I have created style sheet called \[code\]mystyle.css\[/code\] with a folder structure of \[code\]application/styles/mystyle.css\[/code\].My view is \[code\]first_view.php\[/code\] with a folder structure of \[code\]application/views/first_view.php\[/code\].I have placed the href link like this:\[code\]file:///C|/wamp/www/demo_code/application/styles/mystyle.css.\[/code\]It doesnt work,but it displays the contents with no style.When i use like this\[code\]href="http://stackoverflow.com/questions/15564612/<?php echo base_url('styles/mystyle.css');?>" \[/code\]the age is displayed with no contents.I didnt understand how this happens.Please help me\[code\]EDIT\[/code\]My config file contains like this:\[code\]$config['base_url'] = '';$config['index_page'] = 'index.php';\[/code\]