neysx 08/03/09 13:13:15 Modified: xml-guide.xml Log: Allow align on <th> for rane
Revision Changes Path 1.68 xml/htdocs/doc/en/xml-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.68&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.67&r2=1.68 Index: xml-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- xml-guide.xml 4 Oct 2007 19:37:23 -0000 1.67 +++ xml-guide.xml 9 Mar 2008 13:13:15 -0000 1.68 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.67 2007/10/04 19:37:23 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.68 2008/03/09 13:13:15 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -32,8 +32,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>8</version> -<date>2007-10-04</date> +<version>9</version> +<date>2008-03-09</date> <chapter> <title>GuideXML basics</title> @@ -569,14 +569,13 @@ </p> <p> -Furthermore, table items (<c><ti></c>) can be right-aligned or centered -with the <c>align</c> attribute. Table headers (<c><th></c>) are -automatically centered. +Furthermore, table cells (<c><ti></c> & <c><th></c>) can be +right-aligned, left-aligned or centered with the <c>align</c> attribute. </p> <table> <tr> - <th colspan="4">This title spans 4 columns</th> + <th align="center" colspan="4">This title spans 4 columns</th> </tr> <tr> <th rowspan="6">This title spans 6 rows</th> @@ -586,7 +585,7 @@ </tr> <tr> <ti align="center">Item B1</ti> - <th colspan="2" rowspan="2">Blocky 2x2 title</th> + <th colspan="2" rowspan="2" align="right">Blocky 2x2 title</th> </tr> <tr> <ti align="right">Item C1</ti> -- [email protected] mailing list
