This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

Column Macro

All Versions
Click for all versions
Confluence 2.9 Documentation

Index

The Column Macro allows you to define columns within a page. Note that the Column Macro can only be used within the Section Macro.

Column Macro

What you need to type What you will get
{section}
{column}Column one text goes here{column}
{column}Column two text goes here{column}
{section}

Column one text goes here

Column two text goes here

Optional Parameter

Parameter Default Description
width
The width of the column. Can be specified either in pixels (e.g. '{column:width=400px}') or as a percentage (e.g. '{column:width=50%}')

RELATED TOPICS

Working with Macros
Working with Tables 

Take me back to Confluence User Guide

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Mar 13

    Vinh-Thach Nguyen says:

    A long text is not wrapped according to the column width. The width of the colum...

    A long text is not wrapped according to the column width. The width of the column is then fixed by the length of the text!

    1. Apr 08

      Ming Giet Chong says:

      Hi Nguyen, I have done a test in normal a html with the following code: <tabl...

      Hi Nguyen,

      I have done a test in normal a html with the following code:

      <table border = "1">
      <tr>
      <td width="30%">longlongtextwithoutspace</td>
      <td width="70%">Testing</td>
      </tr>
      </table>
      

      As a result, this is an expected behavior which the text is wrapped according to the length of the text.

      Regards,
      MG

Add Comment