Difference between revisions of "Template:Left/doc"

From blackwiki
Jump to navigation Jump to search
imported>Thayts
imported>Hyacinth
(→‎See also: *{{tl|align}})
Line 52: Line 52:
  
 
== See also ==
 
== See also ==
 +
*{{tl|align}}
 
*{{tl|center}} and {{tl|right}}, which use div tags instead of modifying cell properties.
 
*{{tl|center}} and {{tl|right}}, which use div tags instead of modifying cell properties.
 
*{{tl|float left}}
 
*{{tl|float left}}

Revision as of 21:43, 22 March 2018

Usage

With no input arguments, this template saves typing the following text (in a table):

style="text-align:left"|

To use, type: {{left}} at the start of the table cell

With an input argument, this template saves typing

<div style="float:left;">...</div>

To use, type: {{left|content}} to left-align content

Examples

Example 1

Example 2

See also