Hi
When I create a form the label always appears to the top of the textfield even though I have specified label position left.
So the label and textbox are on different lines which is not what i want. Any ideas?
When I create a form the label always appears to the top of the textfield even though I have specified label position left.
So the label and textbox are on different lines which is not what i want. Any ideas?
<div class="gcore-line-tr gcore-form-row" id="ftr-text1">
<div class="gcore-line-td" id="ftd-text1"><label
for="text1" class="gcore-label-left">Property Name</label>
<div class="gcore-display-table gcore-input" id="fin-text1"><input
name="text1" id="text1" value="" placeholder=""
maxlength="" size="" class="" title=""
style="" data-inputmask="" data-load-state=""
data-tooltip="" type="text"></div>
</div>
</div>
<div class="gcore-line-tr gcore-form-row" id="ftr-multi-11">
<div class="gcore-line-td" id="ftd-multi-11">
<div class="gcore-subinput-container" id="fitem-Address"><label
for="Address" class="gcore-label-left">Address 1</label>
<div class="gcore-input-container gcore-display-table gcore-input"
id="fin-Address"><input name="Address" id="Address"
value="" placeholder="" maxlength="" size=""
class="" title="" style="" data-inputmask=""
data-load-state="" data-tooltip="" type="text"></div>
</div>
<div class="gcore-subinput-container" id="fitem-text12"><label
for="text12" class="gcore-label-left">Address2</label>
<div class="gcore-input-container gcore-display-table gcore-input"
id="fin-text12"><input name="text12" id="text12"
value="" placeholder="" maxlength="" size=""
class="" title="" style="" data-inputmask=""
data-load-state="" data-tooltip="" type="text"></div>
</div>
<div class="gcore-subinput-container" id="fitem-text13"><label
for="text13" class="gcore-label-left">City/Town</label>
<div class="gcore-input-container gcore-display-table gcore-input"
id="fin-text13"><input name="text13" id="text13"
value="" placeholder="" maxlength="" size=""
class="" title="" style="" data-inputmask=""
data-load-state="" data-tooltip="" type="text"></div>
</div>
<div class="gcore-subinput-container" id="fitem-dropdown14"><label
for="dropdown14" class="gcore-label-left">County</label>
<div class="gcore-input-container gcore-display-table gcore-input"
id="fin-dropdown14">
<select name="dropdown14" id="dropdown14" size=""
class="" title="" style="" data-load-state=""
data-tooltip="">
<option value="0">No</option>
<option value="1">Yes</option>
</select>