Forums

horizontal Checkbox line break

net97 09 Apr, 2013
Hi,

i have an horizontal checkbox line with more items, than fits in one line.
now the problem is, that the checkbox is at the end of the first line and the label belonging to is in the next line. How can i solve this problem? Is there any special char to force a line break between two values?
GreyHead 09 Apr, 2013
Hi net97,

You could try adding a <br /> tag at the end of one of the labels, that might work. Or you could copy the HTML into a Custom Element element to give you more control over the formatting.

Bob
This topic is locked and no more replies can be posted.