Dear All,

I m facing one problem when i create a web on bootstrap container tag is 
not working code is below.


Any one sloved this probem .


Rgds
rajesh chaubey
 







<!DOCTYPE html>
<html>
<head>
<title>Mera Driver | Personal Driver | Commercial Driver</title>

<!-- Meta Data ================ -->
<meta charset="utf-8">
<meta name="description" content="Your description">
<meta name="keywords" content="Your keywords">
<meta name="author" content="Mera Driver Team">

<!-- CSS ================ -->
<link rel="stylesheet" href="style/bootstrap.css">
<link rel="stylesheet" href="style/bootstrap-responsive.min.css">
<link rel="stylesheet" href="style/style.css" type="text/css">

<!-- Icons ================ -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>

<body>
<!--start: Header -->
<header> 
  
  <!--start: Container -->
  <div class="container"> 
    
    <!--start: Navigation -->
    <div class="navbar navbar-inverse">
      <div class="navbar-inner"> 
        <!--Logo---> 
        <a class="brand" href="index.html"><img 
src="images/mera-driver-logo.png" width="265" height="48" alt="Mera Driver" 
title="Mera Driver"></a> 
        <!--/. Logo--->
        
        <div class="span6">
          <ul class="nav pull-right">
            <li><a href="#">About Mera Driver </a></li>
            <li><a href="#">Search Jobs</a></li>
            <li><a href="#">Our Package </a></li>
            <li class="nobdr"><a href="#">Contact Us </a></li>
          </ul>
        </div>
        <!--end: Navigation --> 
        
        <!--Phone Number-->
        <div class="span3 phone">
          <p>+919911-138-139 / 9266-166-866</p>
          <ul class="register">
            <li>Register:</li>
            <li><a href="#about">Driver </a></li>
            <li><a href="#contact">Client </a></li>
          </ul>
        </div>
        <!--Phone Number--> 
        
      </div>
    </div>
  </div>
  <!--end: Container--> 
  
</header>
<div class="clear"></div>
<!--end: Header--> 

<div class="container">

</div>


</body>
</html>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to