Hi, does anyone have a simple way to vertically align text input boxes so that they are simetrical? Thanks
If you have problems with html forms just use coffee cup web form builder, it is free and good for beginners
rojo: if your labels and your inputs are all inlines, then you can use vertical-align: middle to line them up. However usually my labels are floated, which makes them blocks. What I've done in the past is made the line-height of the labels 150%. This is assuming you are talking about Label: _______input_______________ lining up. Without code we can only guess.