HTML Substitutions Chart for Story Builder
|
Due to scripting limitations, it is required to use the following "escape" substitutions for paragraph spacing, line breaks, paragraph indents, centering, bold, underlining, italics, etc . . . while working in the Story Page Editor.
|
What To Use
|
Description
|
Just For Reference . . .
|
HTML Substitution
|
Function Performed in Story Body
|
Actual HTML Code written to Database for Future Page Editing
|
begin-P
|
a "Paragraph Line Break"
|
<BR>& nbsp ;<BR> (disregard spaces)
|
begin-L
|
a "New Line of Text"
|
<BR>
|
**
|
a "Paragraph Indentation"
|
& nbsp ;& nbsp ;& nbsp ; (disregard spaces)
|
begin-C
|
Begin "Line Centering"
|
<CENTER>
|
end-C
|
End "Line Centering"
|
</CENTER>
|
begin-B
|
Begin "Bold"
|
<B>
|
end-B
|
End "Bold"
|
</B>
|
begin-U
|
Begin "Underlining"
|
<U>
|
end-U
|
End "Underlining"
|
</U>
|
begin-I
|
Begin "Italics"
|
<I>
|
end-I
|
End "Italics"
|
</I>
|
begin-FN
|
Begin "Font Normal"
|
<FONT SIZE="+0">
|
begin-F1
|
Begin "Font Size 1"
|
<FONT SIZE="+1">
|
begin-F2
|
Begin "Font Size 1"
|
<FONT SIZE="+2">
|
begin-r
|
Begin "Font Red"
|
<FONT COLOR="Red">
|
begin-g
|
Begin "Font Green"
|
<FONT COLOR="Green">
|
begin-b
|
Begin "Font Blue"
|
<FONT COLOR="Blue">
|
begin-y
|
Begin "Color Yellow"
|
<FONT COLOR="Yellow">
|
end-F
|
End "Font"
|
</FONT>
|
begin-HR
|
Set an "HR Line Break"
|
<HR SIZE="1" WIDTH="100%">
|
begin-A
|
Begin an "A HREF Link"
|
<A HREF="(URL entered here)
|
end-A
|
Close an "A HREF Link"
|
">
|
close-A
|
Closure of "Link"
|
(link text typed here)</A>
|
What To Use
|
Description
|
Just For Reference . . .
|
|
HTML Substitutions Example
|
Story Content : (This type of INPUT)

(Yeilds this OUTPUT on the finished page . . .)
Thanks for stopping by!
A new paragraph . . .
Another new paragraph,
etc . . . etc . . .
Visit this Site
|
|