I have a div containing an asp:Label and an asp:Checkbox
I am trying to put the label on the left of the checkbox but it just won’t go here.
I want both of these on the right side of the page
<div>
<asp:Label runat="server" style="float:right;" >
Conclude Case File</asp:Label>
<input type="checkbox" class="concludeCBox" id="concludeNoteCBox" runat="server"
style="float:right;" />
</div>
This works: http://jsfiddle.net/