Print |

HTML Tips: To HTML or Not to HTML?

We're in the process of converting to a new HTML Editor. If you are already using our new HTML Editor, you can watch a Webinar here. If you have not yet converted to our new editor, we've provided some HTML Tips for you below. For questions about this conversion call 1-866-512-7918.

HTML Reference Table
Item Steps Example
<b></b>
Bold
  1. Type <b>
  2. Type in the text that you
    want to make bold.
  3. Type </b>
I have over <b> ten </b> years of experience in the industry.
<i></i>
Italicize
  1. Type <i>
  2. Type in the text that you
    want to make italic.
  3. Type </i>
I have over <i> ten </i> years of experience in the industry.
<u></u>
Underline
  1. Type <u>
  2. Type in the text that you want to underline
  3. Type </u>
I have over <u> ten </u> years of experience in the industry.
<font face> </font>
Changing the font
  1. Before the text to be changed, type in <font face="font name">, where "font name" is your desired font.
    Here are some examples of "font names": "Arial", "Helvetica", "New Century", "Verdana"
  2. Type the text that you wish you change the font.
  3. Type </font>
<font face="Arial">I have over ten years of experience in the industry</font>.
<font size> </font>
Increase or decrease font size
  1. Before the text to be changed, type <font size="n">, where "n" is your desired font size and is a number between 1 to 7. Our recommendation is:
    <font size="2" face="Arial">.
  2. Type in the text that will be displayed in the given font.
  3. Type </font>
<font size="2"> I have over ten years of experience in the industry</font>.
<font color> </font>
Change font color
  1. In front of the text you wish to change, type <font color="color">, where "color" is your desired color.Here are some examples of predefined "color": "silver", "gray", "green", "red", "yellow", "navy", "purple".
  2. Type in the text that will be displayed in the given font.
  3. Type </font>
<font color="red" size ="3"> I have over ten years of experience in the industry</font>.
<center></center>
Center
  1. Type <center>
  2. Type in the text that you
    want to center.
  3. Type </center>
<center> I have over ten years of experience in the industry</center>.
<br>
Adding a line break
  1. Type <br> where the line break should occur.
I look forward to working with you to find your dream home.
<br>
Sincerely,
<br>
Sybil Carrade
<p>
To begin a new paragraph
  1. Type <p>
  2. Type the contents of the new paragraph.
I have over ten years of experience in the industry.
<P>
If you would like to visit my website, the URL is www.homegain.com
<ol></ol>
To create numbered lists
  1. Type <ol>
  2. Type <li>
  3. Type the text to be included in the list
  4. Repeat steps 2 and 3 for each new list item
  5. Type </ol> to complete the ordered list
I provide the following services:

<ol>
<li>Newspaper ads
<li>Direct Marketing
<li>Internet promotion
</ol>
<ul></ul>
To create bulleted lists
  1. Type <ul>
  2. Type <li>
  3. Type the text to be included in the list
  4. Repeat steps 2 and 3 for each new list item
  5. Type </ul> to complete the ordered list
I provide the following services:

<ul>
<li>Newspaper ads
<li>Direct marketing
<li>Internet promotion
</ul>
<a href =""> </a>
To create links
  1. Type <a href ="
  2. Type the URL
  3. Type ">
  4. Type the text that will be underlined or highlighted, and that when clicked upon will take the user to the URL referenced in step 2.
  5. Type </a>
<a href="http://www.homegain.com">
Click here</a> to visit my website.

The words "Click here" will be linkable to http://www.homegain.com:

Click here to visit my website.

Questions? agent@homegain.com