"RenovationInfo"
Bootstrap 2.3.2 Snippet by heraldb26

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Renovation Information</legend> <!-- Select Basic --> <div class="control-group"> <label class="control-label" for="selectbasic">Unit Status*:</label> <div class="controls"> <select id="selectbasic" name="selectbasic" class="input-large"> <option>New Unit</option> <option>Resale Unit</option> </select> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: