Hi Bob,
You can use the text-align css propety at the parent container element to
perform horizontal alignment setting:
http://www.webmasterworld.com/forum83/4748.htm
http://www.ehow.com/how_2284643_left...align-css.html
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(E-Mail Removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Bob Altman" <(E-Mail Removed)>
>Subject: How to center a table?
>Date: Thu, 28 Aug 2008 09:24:41 -0700
>
>Hi all,
>
>This has got to be a dumb question, but... What is the CSS property that I
>would use to center a table on the web page?
>
>If I set the table's Align property in the VS 2008 property window it
>inserts align="center" into the <table> tag, and I get a validation
warning
>that attribute 'align' is considered outdated. Ok, so I probably need to
>use a CSS style to do the same thing. But I've dug through all of the
>categories in the Modify Style dialog and I can't find anything that sets
>alignment or position to "center".
>
>TIA - Bob
>
>