Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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>