Columns

Revision as of 00:33, 20 August 2013 by Gerald Chi (talk | contribs) (Gerald Chi moved page Help:How to Make Columns to How to make columns without leaving a redirect)
Jump to navigation Jump to search

You can make multiple columns using the following syntax.

Typing this:

{{col-begin}}
 {{col-break}}
text
text
{{col-break}}

text
text
text
{{col-break}}
text
text
 

|}

Yields this:

  • Shown here is another method to create two or more columns:

Typing this

<div style="-moz-column-count:2; column-count:2;">

Yields this:

text

text

text

text

text

text

text

text

text

text

text

text

  • To create 3 columns, you can type this:

Typing this

<div style="-moz-column-count:3; column-count:3;">

text

text

text

text

text

text

text

text

text

text

text

text

Template:WH Template:WS