Welcome Guest, Not a member yet? Register   Sign In
How do you reference the bootstrap css and js in CI
#1

[eluser]huangxiao[/eluser]
HI, I just want to ask some help how can i reference my CSS and JS bootstrap in CI.

I do it like this.


Code:
<!Doctype html>
  &lt;html&gt;
   &lt;head&gt;
       &lt;meta name="viewport" c initial-scale=1.0"&gt;
       &lt;!-- Bootstrap --&gt;
       &lt;link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"&gt;
       &lt;link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet" media="screen"&gt;

       [removed][removed]
       [removed][removed]
   &lt;/head&gt;

&lt;body&gt;

  
       <div class="navbar navbar-fixed-top">
         <div class="navbar-inner">
              text
         </div>
       </div>


&lt;/body&gt;



&lt;/html&gt;


but it could not be found.can anyone would like to help how to use refrence the CSS and JS of bootstrap.

Thank you.


Messages In This Thread
How do you reference the bootstrap css and js in CI - by El Forum - 10-12-2013, 01:03 PM
How do you reference the bootstrap css and js in CI - by El Forum - 10-12-2013, 02:05 PM
How do you reference the bootstrap css and js in CI - by El Forum - 10-12-2013, 06:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB