CheckboxList item text CSS -


Below is the My Checkbox I text showing below the checkbox.

How can I keep text in line? Here is my view source code

  & lt; Tr & gt; & Lt; TD & gt; & Lt; Input ID = "ContentPlaceHolder1_cblReason_16" type = "checkbox" name = "ctl00 $ ContentPlaceHolder1 $ cblReason $ 16" value = "02 Product order / purchase form (Status with immediate delivery, delay delivery, status with mail order, phone Order, internet order) "/> & lt; label = "ContentPlaceHolder1_cblReason_16" & gt; 02 / label & gt; & Lt; / TD & gt; Order for Purchase / Order & Purchase of LT (POS with immediate delivery, delay delivery, mail order, phone order, position with Internet order); & Lt; / TR & gt; & Lt; TR & gt; & Lt; td style = "text-align: left;" Colspan = "2" & gt; & Lt; ASP: CheckBoxList ID = "cblReason" runat = "Server" RepeatColumns = "1" TextAlign = "OK" & gt; & Lt; ASP: ListItem & gt; 01. Two years of financial statements & lt; / Asp: ListItem & gt; & Lt; ASP: ListItem & gt; 02. Product order / Purchase for purchase (POS with status with immediate delivery, delay delivery, mail order, phone order, position with Internet order); / ASP: ListItem & gt; & Lt; ASP: ListItem & gt; 03. Delivery deadline If the product delivery is not immediate, set the average time limit between the initial product purchase and delivery of the product. If the services are purchased, the average time frame framework between the initial order and the entire provision of the service is outlined. / ASP: ListItem & gt; & Lt; / ASP: CheckBoxList & gt; Check boxes are inline elements since    

, then you enter a in your Can wrap the text! & Lt; Period & gt; is an element, which is also an inline element

as an example.

& lt; Input type = "checkbox" /> & Lt; Period & gt; Label & lt; / Span & gt;

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -