Hi I’m trying to align two set of checkboxes in form side by side and make the checkboxes align nicely but everytime I get the checkboxes side by side the one on the right will be mess up depend on the text size on the left
so I’m wondering if there is a way
here is the code
UPDATE THE BROKEN CODE.
Easiest way would be to give the names (i.e. “Soccer”, “Mercedes”, etc.) a fixed width through CSS.
Basically something like this:
Of course, ideally, the CSS shouldn’t be inline. But I hope you get what I mean.