What I am trying to do is get the check box inline with the centered text and get the label for the text box inline with the box....Code below:
<div class="row">
<div class="col">
<div class="description text-center mt-1 mb-3" id="lblBankAccount" style="display: block"><strong>Please fill out your Bank Account Information</strong></div>
<div class="description text-center mt-1 mb-3" id="lblCreditCard" style="display: none"><strong>Please fill out your credit card information</strong></div>
<div >
<label><input type="checkbox" id="chkNoBankAccount" >I don't have a bank account</label>
</div>
</div>
</div>
I have tried a variety of methods at this point and nothing is working - Not sure what top try next....
Thanks ion advance.
Aucun commentaire:
Enregistrer un commentaire