Welcome Guest, Not a member yet? Register   Sign In
Unable to get css on page
#4
Thumbs Up 

(09-28-2015, 12:35 PM)PaulD Wrote: You probably need to link to your files using base_url() which you can read about here: http://www.codeigniter.com/user_guide/he...l#base_url

So in the head you would have for style sheets something like:


PHP Code:
<link href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css'); ?>" rel="stylesheet"

and for your footer js links something like:


PHP Code:
<script src="<?php echo base_url('assets/bootstrap/js/bootstrap.min.js'); ?>"></script

Hope that helps,

Best wishes,

Paul.

Thanks PaulD
its working fine now !!
Smile Smile Smile Smile
Reply


Messages In This Thread
Unable to get css on page - by kartikmehra - 09-28-2015, 10:24 AM
RE: Unable to get css on page - by PaulD - 09-28-2015, 12:35 PM
RE: Unable to get css on page - by kartikmehra - 10-01-2015, 10:00 PM
RE: Unable to get css on page - by freddy - 09-28-2015, 11:11 PM
RE: Unable to get css on page - by kartikmehra - 10-01-2015, 10:02 PM
RE: Unable to get css on page - by CroNiX - 10-05-2015, 11:50 AM
RE: Unable to get css on page - by kartikmehra - 10-07-2015, 03:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB