asp.net - Bootstrap horizontal forms don't work on localhost IIS -
this html horizontal form works fine on bootply, not on iis server. edit: instead of horizontal, on every other bootstrap horizontal form example on interweb, label appears left justified edge of page , input directly below it. happens in both chrome , ie11. ideas?
<div class="form-horizontal" role="form"> <div class="control-group"> <label class="col-sm-2 control-label" for="txtfindclinician">find clinician</label> <div class="col-sm-10"> <input id="txtfindclinician" class="form-control" type="text" placeholder="enter name" name="search" /> </div> </div> </div>
i'm assuming you're trying fetch relevant css, yes? can confirm (perhaps via chrome developer) they're coming through?
Comments
Post a Comment