Template:Center/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus
m (→‎See also: typo)
meta>Gadget850
(format)
Line 10: Line 10:


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>
:{{tag|div|params=class="center" style="width:auto; margin-left:auto; margin-right:auto;"}}


To center a table, see [[Help:TABLECENTER]].
To center a table, see [[Help:TABLECENTER]].


===Table===
=== Table ===
{| class="wikitable"
{| class="wikitable"
!colspan="3"| Header text
!colspan="3"| Header text

Revision as of 13:38, 30 October 2014

A simple template to center-align content in tables and other places.

Example

Markup Renders as
{{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;">...</div>

To center a table, see Help:TABLECENTER.

Table

Header text
Template:Left2
Center
Right

See also

  • {{Left}}
  • {{Left2}}
  • {{Right}}