~ubuntu-branches/ubuntu/lucid/dblatex/lucid

« back to all changes in this revision

Viewing changes to docs/table-small3.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hoenen
  • Date: 2006-05-15 19:59:06 UTC
  • Revision ID: james.westby@ubuntu.com-20060515195906-jg9x08tsfbi35m2x
Tags: upstream-0.1.9
ImportĀ upstreamĀ versionĀ 0.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Table example with smaller size -->
 
2
 
 
3
<informaltable role="scriptsize">
 
4
<tgroup cols="5" colsep="1" rowsep="1" align="left">
 
5
<colspec colname="c1">
 
6
<colspec align="left">
 
7
<colspec align="right">
 
8
<colspec align="center">
 
9
<colspec align="center">
 
10
<thead>
 
11
<row>
 
12
<entry>Column 1</entry>
 
13
<entry>Column 2</entry>
 
14
<entry>Column 3</entry>
 
15
<entry>Column 4</entry>
 
16
<entry>Column 5</entry>
 
17
</row>
 
18
</thead>
 
19
<tbody>
 
20
<row>
 
21
<entry align="center" valign="top">left aligned
 
22
</entry><entry align="center" valign="top">left aligned
 
23
</entry><entry align="center" valign="top">right aligned
 
24
</entry><entry align="center" valign="top">centered cell
 
25
</entry><entry align="center" valign="top">centered
 
26
</entry></row>
 
27
<row>
 
28
<entry align="center" valign="top">no specified width
 
29
</entry><entry align="center" valign="top">idem 
 
30
</entry><entry align="center" valign="top">idem
 
31
</entry><entry align="center" valign="top">idem
 
32
</entry><entry align="center" valign="top">idem
 
33
</entry></row>
 
34
</tbody>
 
35
</tgroup>
 
36
</informaltable>
 
37