I'm having issues with CSS not working in my Codeigniter project, even when using the base_url() function.
< link href="< ? php echo base_url(); ?> application/views/vehicle/css/bootstrap.min.css" rel="stylesheet" media="screen" />
When I try to simply echo base url(), it displays:
The location of my CSS files is:
C:\xampp\htdocs\codeigniter\application\views\vehicle\css
Any assistance with this issue would be greatly appreciated.