Give break the textboxs display

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Reesha Chandran
    New Member
    • Jul 2011
    • 1

    Give break the textboxs display

    How to give break in text box display in a table?
    I have 4 text boxes. These all are displayed in a one line. I want to display 2 text boxes/ line. Then one more question, one of there is list/menu. How to display that list in a table using java script?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You shouldn't use a table for layout purposes unless it's for an HTML e-mail. But if you must, put the other text boxes in it's own <tr>.

    Or you could separate them using <div>s. Or throw in a <br />. There's plenty of options.

    We do one question per thread here, please make a new thread for your second question.

    Comment

    Working...