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.

Signature
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!
*************************************************
>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?