So I have the correct properties for Repeat Columns and Repeat Direction but I still can't get rid of these crazy line breaks. Why would Microsoft ever do this? What am i missing here?
<asp:CheckBoxList RepeatColumns="5" name="server_request_type_group" ID="server_request_type_group" runat="server" RepeatDirection="Horizontal" AutoPostBack="True" OnSelectedIndexChanged="server_request_type_group_SelectedIndexChanged">
<asp:ListItem Value="server_request_type_application_server">Application Server</asp:ListItem>
<asp:ListItem Value="server_request_type_web_server">Web Server</asp:ListItem>
...
Go to the complete details ...