Template:Center/doc: Difference between revisions

Everything About Fiction You Never Wanted to Know.
Content added Content deleted
(→‎Example: edited documentation to remove reliance on templates not on ATT.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:


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></code>''your text''<code><nowiki></div></nowiki></code>

==See also==
*{{tl|Left}}
*{{tl|Left2}}
*{{tl|Right}}


<includeonly><!--
<includeonly><!--

Latest revision as of 17:15, 25 January 2024


This is a simple template to center align content in tables and other places.

Example

 {{Center|Hello world!}}

Hello world!


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

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