Template:Center/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Angusmclellan
m recategorise
meta>RussBot
m Robot: moving pages out of redirected category
Line 14: Line 14:
<includeonly><!--
<includeonly><!--
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
[[Category:Wikipedia formatting templates|{{PAGENAME}}]]
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

Revision as of 06:04, 20 August 2008

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|Hello world!}}
Result
Hello world!

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

<div align="center">your text</div>