Template:Center/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Unused0029
add how to do it without template <div>
meta>Angusmclellan
m recategorise
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:Formatting templates|{{PAGENAME}}]]
[[Category:Wikipedia formatting templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

Revision as of 10:09, 27 March 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>