Navigation Bar

What We Care For
Movement
Knowledge Garden
What's New
Bookstore
Search

HTML Helper

In this HTML Helper you'll find the basics of HTML, what you can use as a cheat sheet, when writing responses in HTML.

In the Interaction Center FAQ you'll find answers to your questions. If you haven't found the answer to your question ask it in an email.

In the Tutorial you'll find the page by page description of the Interaction Center with explanation of your options.

An important ruleYou have to mark the end of the paragraphs by <P> tag
otherwise your paragraphs won't be separated.

If you want to break a line, use the <BR> tag.

If you want to put even more space between your paragraphs combine the <P> tag with the &nbsp; tag. ( &nbsp; stands for non-breaking space)
E.g. <P>&nbsp; <P> would place 3 blank lines in.

All of the following tags come in pairs, they have an opening and a closing tag.
If you are not using both of them it may ruin your message's layout.
How it looksThe tag
globe<IMG SRC="mypicture.gif">
You can replace "mypicture.gif" with any URL.
Make sure that the URL is accurate.
Bold Text<B>Bold Text</B>
Italic Text<I>Italic Text</I>
Typewrite Text<TT>Typewrite Text</TT>
Blinking Text<BLINK>Blinking Text</BLINK>
Link to the home page<A HREF="index.shtml">Link to the home page</A>
You can replace "index.shtml" with any URL.
Make sure that the URL is accurate.
Centered Text<CENTER>Centered Text</CENTER>
To indent a paragraph or line
use this tag
To indent a paragraph or line
<BLOCKQUOTE> use this tag</BLOCKQUOTE>
Font 1<FONT SIZE=1>Font 1</FONT>
Font 2<FONT SIZE=2>Font 2</FONT>
Font 3<FONT SIZE=3>Font 3</FONT>
Font 4<FONT SIZE=4>Font 4</FONT>
Font 5<FONT SIZE=5>Font 5</FONT>
Font 6<FONT SIZE=6>Font 6</FONT>
Font 7<FONT SIZE=7>Font 7</FONT>

Head 1

<H1>Head 1</H1>

Head 2

<H2>Head 2</H2>

Head 3

<H3>Head 3</H3>

Head 4

<H4>Head 4</H4>
Head 5
<H5>Head 5</H5>
Head 6
<H6>Head 6</H6>
Unordered List
  • item one
  • item two
  • item three
Unordered List

<UL><LI> item one
<LI> item two
<LI> item three</UL>

Ordered List
  1. item one
  2. item two
  3. item three
Ordered List

<OL><LI> item one
<LI> item two
<LI> item three</OL>

Colored text
RED
GREEN
PURPLE
Colored text<BR>
<FONT COLOR=FF0000>RED</FONT><BR>
<FONT COLOR=00AA00>GREEN</FONT><BR>
<FONT COLOR=0000FF>PURPLE</FONT>

More colors

If you want to use the more advanced features of HTML check out a guide from Yahoo's list.


Back to the top


© Copyright, 2001, Community Intelligence Labs

Last updated on 02/24/00
CoIL webmaster