There is a piece of code:

echo ' <form> <input type=text /> <input type=password /> <input type=submit /> </form> ' 

Actually, the problem is that I can not, for some reason, stuff this form into the table or divs, which actually prohibit line wrap. Question: how to do it?

PS: The form is on the right, respectively, when the screen size is 1024 * 768, the "send" button crawls down, which breaks the whole "design". Although there is still far to design Pts (

    1 answer 1

    one)

     <form>&nbsp;<!-- --><input type=text />&nbsp;<!-- --><input type=password />&nbsp;<!-- --><input type=submit />&nbsp;<!-- --></form> 

    2)

     form{white-space:nowrap;} 
    • Option 2 is css3? To be honest, I would like to immediately consider it, but "something like that" due to the fact that users (not all) are very fond of their curve blue letter "E / E" and also version 7, which is with a heel / piggy / In 2002, the kit comes in a set. - DemoriaN
    • Yes, I thought so, who loves E, let them continue to love and do not arise, for the sake of them there are still crutches to invent ... - DemoriaN
    • This is CSS2. And IE also understands it - knes