Template:Center/doc: Difference between revisions

Everything About Fiction You Never Wanted to Know.
Content added Content deleted
(→‎See also: removed references to templates not on ATT)
No edit summary
 
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>


<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>