Note that there are some explanatory texts on larger screens.

plurals
  1. POASP NET -Bootstrap does not work well
    text
    copied!<p>Im learning some twitter bootstrap concepts. But that snippet does not show the result I expect. The problem is inside the brand div. The brand class shows a title, but in my browser does not look like base webpage.</p> <p>is there something wrong here?</p> <p><strong>EDIT1</strong> &lt;%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="TVS.WebForm1" %></p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head runat="server"&gt; &lt;link href="css/bootstrap.css" rel="stylesheet" type="text/css" /&gt; &lt;meta name="viewport" content="width-device-width, initial-scale=1.0" /&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;script src="js/bootstrap.js" type="text/javascript"&gt;&lt;/script&gt; &lt;div class="navbar-fixed-top"&gt; &lt;div class="navbar-inner"&gt; &lt;div class="container"&gt; &lt;a href="#" class="brand"&gt;Responsive&lt;/a&gt; &lt;br /&gt; &lt;a class="brand" href="#"&gt;Project name&lt;/a&gt; &lt;div class="nav-collapse collapse"&gt; &lt;ul class="nav"&gt; &lt;li&gt;&lt;a href="WebForm1.aspx"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="WebForm1.aspx"&gt;About us&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="WebForm1.aspx"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;form id="form1" runat="server"&gt; &lt;div&gt; &lt;/div&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload