Hello
There seems to be a problem with the editing and posting facility here - the page has asked me to start a new discussion and not allowing me to reply, but this is a follow on from:
https://www.daniweb.com/web-development/aspnet/threads/484864/site.master-file-question#post2121613
Thanks madCoder for your explanation. That accounts for the wild difference in how the form is displayed.
When I load the form up in my browser and go to View Code, I see this:
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="../" class="navbar-brand">Application name</a>-->
</div>
<div class="navbar-collapse collapse">
<!--<ul class="nav navbar-nav">
<li><a href="../">Home</a></li>
<li><a href="../About">About</a></li>
<li><a href="../Contact">Contact</a></li>
</ul>-->
<ul class="nav navbar-nav navbar-right">
<li><a href="Register">Register</a></li>
<li><a href="Login">Log in</a></li>
</ul>
</div>
</div>
</div>
Those attributes, such as 'navbar-inverse' and 'navbar-fixed-top', are only available in bootstrap.css. When I copy and paste bootstrap.css into a Word document, it fills 110 pages.
What should I be looking for in bootstrap.css in order to change that bar colour?
Many thanks.