can a table align vertical-center on the web form

  • Thread starter Thread starter Rabbit
  • Start date Start date
R

Rabbit

Dear All

I'm new to use ASP.Net for developement, can someone tell me how can I
create a web form with size say 300px x 300px, align vertically center on
the page

Because so far I can use Div to align it horizontally center on the page,
but I still can't find out how to do the "Vertically-center alignment"!
'cause I really want such form/table can be located center in the web page.

Thx in advance!
 
Please specify VS version.
In any case you can use CSS and specify text alignment for your div
component,
Some components have VAlign property depending on the framework version you
are using.
good luck,
Shimon.
 
Back
Top