I can\'t seem to figure out how to get the checkbox and associated text to appear on one line. The text is very short so it doesn\'t seem to be a width issue. I tried settin
You want to have display:inline applied to the element that ASP generates to hold the label text, not the control itself. So, for example:
display:inline