I've attached the source of a very small repro case.

I really appreciate the time you're taking to help me.

Len. 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Line of Business Configuration Questionnaire - Secure File Transfer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="NoAuth/bootstrap/css/bootstrap.min.css" rel="stylesheet" >


<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src=""></script>
<![endif]-->
</head>
<body>
<div class="container">

<div class="row">
<div class="span12">
<h1>Line of Business Configuration Questionaire </h1>
</div>
</div>
<div class="row">
<div class="offset1 span11">
<form action="lob2.html" id="page1" method="post" >
<fieldset>
<div class="control-group">
<label class="control-label" for="txtBusinessPartnerName">Text Field
<span class="label label-important">Required</span>
</label>
<div class="controls">
<input type="text" class="input-xlarge" name="txtBusinessPartnerName" id="txtBusinessPartnerName">
</div>
</div>
<input id="subPage1" type="submit" value="Next">
</form>
</div>
</div>

</div><!-- /container -->


</div>

<div id="footer">
<p id="time">
<span>Time to display: 0.015746</span>
</p>

<p id="bpscredits">
<span>
&#187;&#124;&#171; RT 3.6.10 Copyright 1996-2009 <a href="http://www.bestpractical.com?rt=3.6.10">Best Practical Solutions, LLC</a>.
</span>
</p>

</div>

</body>
</html>

Reply via email to