| Home > Indentation
< Previous PageIndentation
Also see Style Type and Bullets
Use Style Type where spacing/indentation/tabbing is required (instead of a string of )
We have standard padding below for Outline Formatting, Table of Contents, Procedures, and Bullets below
Outline Formatting
At top of Caption
<STYLE TYPE="text/css">
<!-- .space12 { padding-left: 12pt; }
.space26 { padding-left: 26pt; }
.space40 { padding-left: 40pt; }
.space52 { padding-left: 52pt; }
.sectionHeading { font-size:22; font-weight:700;} -->
</STYLE>
Within Caption
1. First line in numbered procedure<br />
<span class="space12">A. 2nd level<br />
</span>
<span class="space26">(1) 3rd level<br />
</span>
<span class="space40">a. 4th level<br />
</span>
<span class="space52">i. 5th level<br />
</span>
What Displays
1. First line in numbered procedure
A. 2nd level
1) 3rd level
a. 4th level
i. 5th level
Table of Contents
At top of Caption
<STYLE TYPE="text/css">
<!-- .sixteen { padding-left: 16pt; font-weight:700; font-size:17px;}
.thirty { padding-left: 30pt; font-size:17px;}
.forty-eight { padding-left: 48pt;} -->
</STYLE>
Within Caption
<span class=section >First Major section of Table of Contents</span>
<br />
<span class="sixteen">sub-section a</span> <br />
<span class="sixteen">sub-section b</span> <br />
<span class="thirty">sub-sub-section 1</span> <br />
<span class="thirty">sub-sub-section 2</span> <br />
<span class="forty-eight">4th level section 1</span> <br />
<span class="forty-eight">4th level section 2</span>
What Displays
First Major section of Table of Contents
sub-section a
sub-section b
sub-sub-section 1
sub-sub-section 2
4th level section 1
4th level section 2
Also see Style Type
Procedures
At top of Caption
<STYLE TYPE="text/css">
<!-- .space16 { padding-left: 16pt; }
.space32 { padding-left: 32pt; }
.space44 { padding-left: 44pt; }
.space60 { padding-left: 60pt; }
.sectionHeading { font-size:22; font-weight:700;} -->
</STYLE>
Within Caption
1. First line in numbered procedure<br />
<span class="space16">A. 2nd level<br />
</span>
<span class="space32">(1) 3rd level<br />
</span>
<span class="space44">a. 4th level<br />
</span>
<span class="space60">i. 5th level<br />
</span>
What Displays
1. First line in numbered procedure
A. 2nd level
1) 3rd level
a. 4th level
i. 5th level
Also see Style Type
Bullets
At top of Caption
<STYLE TYPE="text/css">
<!-- .bull { padding-left: 18pt; }
.bull2 { padding-left: 26pt; } -->
</STYLE>
Within Caption
<span class="bull">• First bullet text </span>
<span class="bull2">text wrapping when needed </span>
What Displays using Style Type
• First bullet text
text wrapping when needed
|
| |