Hi, I have a page:
and I am trying to create a form where checkboxes align like this:
Label1 X
Label2 X
etc. but instead I get
x
Label1
x
Label2
I have used the display:block CSS hack and it still isnt' working. Anyone have any ideas?