see checkboxlist code below, however the rendered page has the text to the left of the checkbox? I have used this same checkboxlist on another page and the text came out on right side? see anything I missed here?
<asp:CheckBoxList AutoPostBack="false" ID="attributes" runat="server" CellPadding="1"
RepeatColumns="5" RepeatDirection="Horizontal" RepeatLayout="table" TextAlign="Right"
CellSpacing="1">
<asp:ListItem Value="auto" Text="Automatic"></asp:ListItem>
<asp:ListItem Value="manual" Text="Manual"></asp:ListItem>
<asp:ListItem Value="2door" Text="2 Door"></asp:ListItem>
<asp:ListItem Value="4door" Text="4 Door"></asp:ListItem>
<asp:ListItem Value="other" Text="Other"></asp:ListItem>
</asp:CheckBoxList><br/><br/>
page is here
http://www.peninsulahumanesociety.org/phs/cardonate/cardonate3.aspx