November Happy Hour will be moved to Thursday December 5th.
Hi
Have some editors that have some problem to create web user form using
"checkbox" or some other multi selection option.
Because the text is not in the same line as the checkbox it always begins in a new line....
For example the following html code bellows that I did extract using Firebug
Result in that <input> and <Label> is on separate line and that not what they won't for the moment.
So I wonder if it possible to edit html in the form?
<td valign="top">
<fieldset> <input id="dm_ctl01__MainForm_FormControl__ctl2svart" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="svart"/> <label for="dm_ctl01__MainForm_FormControl__ctl2svart">svart</label> <input id="dm_ctl01__MainForm_FormControl__ctl2blå" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="blå"/> <label for="dm_ctl01__MainForm_FormControl__ctl2blå">blå</label> <input id="dm_ctl01__MainForm_FormControl__ctl2grön" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="grön"/> <label for="dm_ctl01__MainForm_FormControl__ctl2grön">grön</label>
</fieldset>
</td>
Yes, it is.
Customizing XForms Appearance The Easy Way
Thanks...
It works great
Hi
Have some editors that have some problem to create web user form using
"checkbox" or some other multi selection option.
Because the text is not in the same line as the checkbox it always begins in a new line....
For example the following html code bellows that I did extract using Firebug
Result in that <input> and <Label> is on separate line and that not what they won't for the moment.
So I wonder if it possible to edit html in the form?
<td valign="top">
<fieldset> <input id="dm_ctl01__MainForm_FormControl__ctl2svart" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="svart"/> <label for="dm_ctl01__MainForm_FormControl__ctl2svart">svart</label> <input id="dm_ctl01__MainForm_FormControl__ctl2blå" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="blå"/> <label for="dm_ctl01__MainForm_FormControl__ctl2blå">blå</label> <input id="dm_ctl01__MainForm_FormControl__ctl2grön" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="grön"/> <label for="dm_ctl01__MainForm_FormControl__ctl2grön">grön</label>
</fieldset>
</td>