Welcome Guest, Not a member yet? Register   Sign In
Odd issue - stylesheet being ignored sometimes
#4

[eluser]khagendra[/eluser]
Give the absolute path. The problem will be solved.

Try this

Code:
<link href="<?=base_url()?>public/admin/css/admin_style.css" rel="stylesheet" type="text/css">

Note: Use the trailing slash(/) in the base_url in the config/config.php file

Code:
$config['base_url'] = "http://example.com/";

OR
Code:
$config['base_url'] = "http://localhost/folderName/";


Messages In This Thread
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 11:30 AM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 11:35 AM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 06:31 PM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 06:48 PM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 07:02 PM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-25-2009, 07:57 PM
Odd issue - stylesheet being ignored sometimes - by El Forum - 11-26-2009, 12:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB