neysx       06/04/26 10:26:56

  Modified:             xml-guide.xml
  Log:
  Add al-IAN-gment to <ti>

Revision  Changes    Path
1.61                 xml/htdocs/doc/en/xml-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.61&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.61&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.60&r2=1.61&cvsroot=gentoo

Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- xml-guide.xml       10 Apr 2006 09:15:44 -0000      1.60
+++ xml-guide.xml       26 Apr 2006 10:26:55 -0000      1.61
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.60 
2006/04/10 09:15:44 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.61 
2006/04/26 10:26:55 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/xml-guide.xml">
@@ -32,8 +32,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>5</version>
-<date>2006-04-10</date>
+<version>6</version>
+<date>2006-04-26</date>
 
 <chapter>
 <title>Guide basics</title>
@@ -538,7 +538,13 @@
 <p>
 Besides, both table headers (<c>&lt;th&gt;</c>) and table items
 (<c>&lt;ti&gt;</c>) accept the <c>colspan</c> and <c>rowspan</c> attributes to
-span their content across rows, columns or both as shown below:
+span their content across rows, columns or both.
+</p>
+
+<p>
+Furthermore, table items (<c>&lt;ti&gt;</c>) can be right-aligned or centered
+with the <c>align</c> attribute. Table headers (<c>&lt;th&gt;</c>) are
+automatically centered.
 </p>
 
 <table>
@@ -552,21 +558,21 @@
     <ti>Item A3</ti>
   </tr>
   <tr>
-    <ti>Item B1</ti>
+    <ti align="center">Item B1</ti>
     <th colspan="2" rowspan="2">Blocky 2x2 title</th>
   </tr>
   <tr>
-    <ti>Item C1</ti>
+    <ti align="right">Item C1</ti>
   </tr>
   <tr>
-    <ti colspan="3">Item D1..D3</ti>
+    <ti colspan="3" align="center">Item D1..D3</ti>
   </tr>
   <tr>
     <ti rowspan="2">Item E1..F1</ti>
-    <ti colspan="2">Item E2..E3</ti>
+    <ti colspan="2" align="right">Item E2..E3</ti>
   </tr>
   <tr>
-    <ti colspan="2">Item F2..F3</ti>
+    <ti colspan="2" align="right">Item F2..F3</ti>
   </tr>
 </table>
 



-- 
[email protected] mailing list

Reply via email to