I can’t figure out why the input boxes and the “:” aren’t going left..I have changed all properties to left and looked over the padding and spacing but still nothing…any ideas? I have made a jsfiddle here: http://jsfiddle.net/C7u9P/
PS: Additional question if you can answer, why is tables a bad way to make forms? A lot of the forms I have seen are tables and even menus!
The colons are aligned to the left – at least, they are aligned to the left side of their cells (td). however, the first column is very wide, and they are on a column of their own (for some reason), which makes them seem as if they’re aligned to the right.
Regarding building your forms with tables, here is some discussion about it: tables for forms