Center web form on screen?
am 11.04.2008 21:03:47 von tboneI am designing my web forms around a 640x480 display resolution. How can I
center my form horizontally so it is not crammed into the left corner on
larger displays?
I am designing my web forms around a 640x480 display resolution. How can I
center my form horizontally so it is not crammed into the left corner on
larger displays?
Set the alignment to centered in CSS and apply to the table or div that
surrounds your site.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"Tbone"
news:e%23EbsbAnIHA.4536@TK2MSFTNGP06.phx.gbl...
>I am designing my web forms around a 640x480 display resolution. How can I
>center my form horizontally so it is not crammed into the left corner on
>larger displays?
>
>