Template:Center/doc

From FORwiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'This is a simple template to align stuff to the center. To use this, place <nowiki>{{center|text}}</nowiki> on the desired page, replacing ''text'' with the desired content. ===...')
(Example)
Line 4: Line 4:
{| class="wikitable" style="width:50%;"
{| class="wikitable" style="width:50%;"
! style="width:100px;" | Code
! style="width:100px;" | Code
-
| <nowiki>{{center|Hello world!}}</nowiki>
+
| <nowiki>{{center|Foresight studies!}}</nowiki>
|-
|-
! style="width:100px;" | Result
! style="width:100px;" | Result
-
| {{center|Hello world!}}
+
| {{center|Foresight studies!}}
|}
|}
To do this without a template, simply use the following code:
To do this without a template, simply use the following code:
:<code><nowiki><div class="center" style="width:auto; margin-left:auto; margin-right:auto;"></nowiki></tt>''your text''<tt><nowiki></div></nowiki></code>
:<code><nowiki><div class="center" style="width:auto; margin-left:auto; margin-right:auto;"></nowiki></tt>''your text''<tt><nowiki></div></nowiki></code>

Revision as of 20:31, 9 October 2009

This is a simple template to align stuff to the center. To use this, place {{center|text}} on the desired page, replacing text with the desired content.

Example

Code {{center|Foresight studies!}}
Result
Foresight studies!

To do this without a template, simply use the following code:

<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"></tt>your text</div></code>

Personal tools