Center controls in web form

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...
 
E

Eliyahu Goldin

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

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top