Welcome Guest, Not a member yet? Register   Sign In
unable to connect with CSS using base_URL and link_tag()
#1

I am trying to connect with my CSS using link_tag() but system is not connecting... no errors .. nothing happens

Code:
<!DOCTYPE html>
<html>
   <head>
       <meta charset="UTF-8">
       <title>Articles List</title>
       <?= link_tag('assets/css/bootstrap.min.css') ?>
   </head>
   <body>
       <h1>Hellooooo</h1>
   </body>
</html>

in controller
PHP Code:
<?php
    class User 
extends MY_Controller
    
{
 
       public function index()
 
       {
 
           $this->load->helper('html');
 
           $this->load->view('public/articleslist');
 
       }
 
   }
?>

please help...
Farooq
Reply


Messages In This Thread
unable to connect with CSS using base_URL and link_tag() - by hafizfarooq - 06-15-2017, 02:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB