Checkbox column alignment on the Web

I’ve been trying many ideas on how to align checkboxes in multiple columns on the web. The problem I’ve been encountering is when I put HTML code in the “Use Formula for Choices” option for the values for the checkboxes, it doesn’t recognize it as HTML. I’ve typed it out as “<span”\ and many other ways. Am I missing a step or a property I have to check? More importantly, is this doable?

Subject: Checkbox column alignment on the Web

Probably not exactly what you’re after, but try this… Wrap your radio button field in a DIV. Then address the INPUTS within that DIV.

.RadioButtons input { padding: 0px 20px 0px 0px; }

You can also add some html to an input by getting properties on the field and looking to the last HTML tab.