/ Published in: CSS
For creating forms without using tables, just CSS.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
label { display: block; width: 125px; float: left; padding: 5px; margin: 2px; clear: both; text-align: left; } span { display: block; margin: 3px; } span * { margin: 0; }