Center controls in web form

  • Thread starter Thread starter Ricardo Luceac
  • Start date Start date
R

Ricardo Luceac

Hi... I have a web form that let the user imput some fields..

It is Always a label and a textbox per line...

But how can I center these 2 controls in a form so that if the user uses
a resolution of 800x600 or 1024x768 it's always in the center of the
screen???

thanks...
 
Make an html table with 2 columns and attribute align=center, put labels in
one column and textboxes in another.

Eliyahu
 
Back
Top