Home PageFacebook pageAbout Our ChurchSunday ServicesActivitiesInfo
|
Basic markupTables are created via use of the double pipe character: Example 1. Basic table. This markup: || border=1
|| cell 1 || cell 2 || cell 3 ||
|| cell 1 || cell 2 || cell 3 ||
creates this table:
Alignment of cell contentsCell contents may be aligned left, centered, or aligned right.
Example 2. Changing alignment of cell contents. This markup: || border=1 width=100%
||cell 1 || cell 2 || cell 3||
||left-aligned || centered || right-aligned||
creates this table:
Column headingsColumn headings in tables are created using an exclamation point (!) at the beginning of the cell. Headings can also be aligned left, centered, or aligned right.
||border='1' width='100%'
||!head 1 ||! head 2 ||! head 3||
||cell 1 || cell 2 || cell 3||
CaptionsThe first row of a table can be a caption, denoted by exclamation points at the beginning and end of the cell.
||border='1' width='100%'
||!table caption!||
||!head1 ||! head2 ||! head3||
||cell1 || cell2 || cell3||
<< Uploads | PmWiki.Documentation Index | Simple Tables 2 >> |
|
Page last modified on June 29, 2004, at 07:09 PM
|
|