This template uses TemplateStyles: |
This template implements the "toptextcells" class used to "vertical-align:top" the cells in a table.
Usage
(1) Place {{toptextcells}}
anywhere above the first table requiring top vertical alignment and (2) add toptextcells
to the subsequent table class.
Example
{{toptextcells}}
{| class="wikitable toptextcells"
| One
| Two<br>Three
| Four
|}