Template:Left/doc: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 11:
 
Where the block of text to be formatted extends over a page-break {{tl|left/s}} and {{tl|left/e}} should be used. {{tl|left/s}} accepts the {{parameter|offset}} parameter.
 
Body of first page:
<syntaxhighlight lang="html5" enclose="div">
{{left/s|offset=5em}}
here is left-aligned text
</syntaxhighlight>
Footer:
<syntaxhighlight lang="html5" enclose="div">
{{left/e}}
</syntaxhighlight>
 
Header (of second page):
<syntaxhighlight lang="html5" enclose="div">
{{left/s|offset=5em}}
</syntaxhighlight>
 
Body of second page:
<syntaxhighlight lang="html5" enclose="div">
with a 5em offset
{{left/e}}
</syntaxhighlight>
 
 
 
 
=== See also ===