Hi
On a form I have three checkboxes - each with text on them. In the design mode, the text is all on one line with the checkbox at the end. In form mode - the text wraps onto the next line and the checkbox is aligned to the top of the text rather than the middle.
Is it possible to either :-
a) Stop the text from wrapping
b) align the checkbox in the centre vertically
or
c) both of the above!
Thanks
Paul
On a form I have three checkboxes - each with text on them. In the design mode, the text is all on one line with the checkbox at the end. In form mode - the text wraps onto the next line and the checkbox is aligned to the top of the text rather than the middle.
Is it possible to either :-
a) Stop the text from wrapping
b) align the checkbox in the centre vertically
or
c) both of the above!
Thanks
Paul
Hello paulobrien75,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show/hide a textarea when a checkbox is clicked?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show/hide a textarea when a checkbox is clicked?
P.S: I'm just an automated service😉
Hi Paul,
The wrapping may be caused by a limited space in the form container or some CSS on your page, you can try to increase the space for the form or add some CSS to stop wrapping, this CSS rule may help:
Regards,
Max
The wrapping may be caused by a limited space in the form container or some CSS on your page, you can try to increase the space for the form or add some CSS to stop wrapping, this CSS rule may help:
white-space:nowrap;
Regards,
Max
This topic is locked and no more replies can be posted.