Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

force line label no wrap

<!--put them both inside a div with nowrap.-->
<div style="white-space:nowrap">
    <label for="id1">label1:</label>
    <input type="text" id="id1"/>
</div>
 
PREVIOUS NEXT
Tagged: #force #line #label #wrap
ADD COMMENT
Topic
Name
5+2 =