Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How to align input line in html forms

form  { display: table;      }
p     { display: table-row;  }
label { display: table-cell; }
input { display: table-cell; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #align #input #line #html #forms
ADD COMMENT
Topic
Name
7+5 =