Remember to enter your selections to the tags within "quotes":
"None-breaking Space".
NO
</endings>.
Use this to get some extra space between words. Enter exactly as you see it here. If you want more space, you can use multiple nbsp's like this: Do NOT use these: < >, but be sure to use the semicolon (;).
<BR> "Brake".
The linebreak do NOT need an
</ending>.
This is equal to "Ctrl+Enter" in a text-editor.
<HR> "Separator".
Do NOT use an
</ending>.
Use this to separate your text into different sections. Makes a horizontal line.
<P> "Paragraph".
End with
</P>
This will make a linebreak and give you one empthy line as well.
<DIV ALIGN="alignment"> Align the Selection Left/Right or Center.
"alignment" is to be replaced with: "LEFT", "RIGHT" or "CENTER"
End with
</DIV>
All the text entered behind this, will be aligned left/right or centered. Left is the current alignment.
<CENTER> "Center".
End with
</CENTER>
Centering all the stuff between this tag and the end-tag.
<B> "Bold".
End with
</B>
Makes your text Bold, like this: "Bold".
<I> "Italic".
..RIGHT,: End with
</I>
Makes your text like this: "Italic". Can you guess how to end it?
<U> "Underline".
End this format with
</U>
Makes your text like this: "Underlined".
<TT> "Fixed Width".
End with
</TT>
Makes your text like this: "Fixed width".
<BLINK> "Blink".
End with
</BLINK>
Makes your text blinking like this: "".
<STRIKE> "Strike Through".
End with
</STRIKE>
Makes your text like this: "Strikethrough".
<H4> "Header4".
End with
</H4>
This is Header 4.
<H3> "Header3".
End with
</H3>
This is Header 3.
<H2> "Header2".
End with
</H2>
This is Header 2.
<H1> "Header1".
End with
</H1>
This is Header 1.
|