Difference between revisions of "Template:Left/doc"

From blackwiki
Jump to navigation Jump to search
imported>Edokter
imported>Thayts
Line 53: Line 53:
 
== See also ==
 
== See also ==
 
*{{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}}
  
 
<includeonly>{{basepage subpage
 
<includeonly>{{basepage subpage

Revision as of 20:58, 29 January 2016

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