This documentation relates to an early version of Confluence.
View this page in the current documentation or visit the current documentation home.

Working with Tables

All Versions
Click for all versions
Confluence 1.4 Documentation

Index

Confluence allows you to create two types of tables.

Currently, Confluence does not support nested tables.

Table type 1

Allows you to create a simple table with an optional header row. You cannot set the width of the columns in this table.
Use double bars for a table heading row.

What you need to type

||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|

What you will get

heading 1 heading 2 heading 3
col A1 col A2 col A3
col B1 col B2 col B3

Table type 2

Allows you to specify the width of the columns in the table.

What you need to type

{section:border=true}

{column:width=30%}
Text for this column goes here. This is  the smaller column with a width of only 30%.
{column}

{column:width=70%}
Text for this column goes here. This is  the larger column with a width of 70%.
{column}

{section}


What you will get

Text for this column goes here. This is the smaller column with a width of only 30%.

Text for this column goes here. This is the larger column with a width of 70%.

RELATED TOPICS

Working with Macros

Take me back to Help Home

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.