You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2011/06/28 22:57:49 UTC

svn commit: r791772 - /websites/staging/openofficeorg/trunk/content/openofficeorg/people.html

Author: buildbot
Date: Tue Jun 28 20:57:48 2011
New Revision: 791772

Log:
Staging update by buildbot

Modified:
    websites/staging/openofficeorg/trunk/content/openofficeorg/people.html

Modified: websites/staging/openofficeorg/trunk/content/openofficeorg/people.html
==============================================================================
--- websites/staging/openofficeorg/trunk/content/openofficeorg/people.html (original)
+++ websites/staging/openofficeorg/trunk/content/openofficeorg/people.html Tue Jun 28 20:57:48 2011
@@ -73,22 +73,44 @@
 is a partial list of contributors to the project, for a complete list you'd have
 to look at all contributors to our issue tracker, mailing list and version control.</p>
 <p>Table test:</p>
-<p>|| Table || Header ||
-| Normal | Table |</p>
-<p>Table test 2:</p>
 <table>
 <thead>
 <tr>
-<th>header</th>
-<th>header</th>
-<th>header</th>
+<th align="left">Left align</th>
+<th align="right">Right align</th>
+<th align="center">Center align</th>
 </tr>
 </thead>
 <tbody>
 <tr>
-<td>content</td>
-<td>content</td>
-<td>content</td>
+<td align="left">This</td>
+<td align="right">This</td>
+<td align="center">This</td>
+</tr>
+<tr>
+<td align="left">column</td>
+<td align="right">column</td>
+<td align="center">column</td>
+</tr>
+<tr>
+<td align="left">will</td>
+<td align="right">will</td>
+<td align="center">will</td>
+</tr>
+<tr>
+<td align="left">be</td>
+<td align="right">be</td>
+<td align="center">be</td>
+</tr>
+<tr>
+<td align="left">left</td>
+<td align="right">right</td>
+<td align="center">center</td>
+</tr>
+<tr>
+<td align="left">aligned</td>
+<td align="right">aligned</td>
+<td align="center">aligned</td>
 </tr>
 </tbody>
 </table>