[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: Martin Tomes <lists_at_tomes.org>
Date: 2005-04-11 11:27:25 CEST

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.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
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:28:28 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.