Columns: Difference between revisions

Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{CMG}}
==Columns==
You can make multiple columns using the following syntax.
You can make multiple columns using the following syntax.


Line 10: Line 14:
  text
  text


text
text
text
  <nowiki>{{col-break}}
  <nowiki>{{col-break}}
</nowiki>
</nowiki>
Line 23: Line 22:
  text
  text


text
text
  <nowiki>{{col-break}}</nowiki>
  <nowiki>{{col-break}}</nowiki>
text
text
text
  text
  text


Line 47: Line 37:
text
text


text


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


Line 58: Line 44:
text
text


text
text


text
{{col-break}}
{{col-break}}
text
text
Line 68: Line 50:
text
text


text
text
text


{{Col-end}}
{{Col-end}}
Line 143: Line 120:
</div>
</div>


{{WH}}
 
{{WS}}
 
[[Category:Help]]
 
{{WikiDoc Help Menu}}
{{WikiDoc Sources}}

Latest revision as of 14:21, 2 September 2013

Editor-In-Chief: C. Michael Gibson, M.S., M.D. [1]

Columns

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:WikiDoc Sources