[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r14034 - trunk/www

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-11 11:44:19 CEST

Martin Tomes wrote:
> maxb@tigris.org wrote:
>> Author: maxb
>> Date: Fri Apr 8 07:04:33 2005
>> New Revision: 14034
>> Log:
>> Some more webpage markup tweaks, this time heading in the direction of
>> XHTML 1.0 Strict validity, but not going all the way there, because I
>> have
>> been unable to find any way to center-align a table using CSS.
>
> You don't say what you tried so you may have already done this.
> Centering in CSS is done by setting the margins to auto:
>
> margin-left: auto;
> margin-right: auto;
>
> If you set these on the table it might center.

Well..... that's ridiculously non-intuitive.

And doesn't appear to work in latest Mozilla.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 11 11:45:40 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.