Creating a message - Step 2: Adding HTML

You create the HTMLHypertext Markup Language. A set of tags used to mark the structural elements of text files. HTML files include tags that create hyperlinks to other documents on the Internet. message on the HTML page. You can create and edit the HTML code in any of the following ways:

  • Type the code directly on the HTML page.
  • Upload the code.

You can upload any .html, .htm, or .txt file that contains the code.

  • Retrieve the code from a web page.
  • Use the HTML Editor. The HTML Editor gives you the ability to format messages using toolbar buttons similar to those in standard word processors.

Using images in HTML code

When adding images, you must use absolute paths (complete URLs) in your image reference tags. For example:

  • CORRECT: <img src="http://www.mysite.com/images/image.gif"/>
  • INCORRECT: <img src="images/image.gif"/>

Adding HTML on the HTML page

Type the code in the Edit HTML field.

Uploading HTML code

You can upload an HTML file (.html or .htm) or a text file (.txt) that contains HTML.

  1. On the right navigation bar, click Upload HTML.

  1. On the page that opens, click Browse, navigate to the file you want, and then click Upload.
  2. Click Close Window.

The content of the file is added to your message.  

Copying HTML from a web page

  1. On the right navigation bar, click Get HTML from URLUniform Resource Locator. An Internet address, as well as a standard method of naming files on the Web. A URL begins with a protocol name (such as http), followed by a colon and two forward slashes(//). Next comes the name of the internet server that the file is stored on, followed by directories that hold the file, separated by forward slashes(/). The filename comes last, as shown in the following example: http://www.mycompany.com/whatsnew.htm.

  1. On the page that opens, in the Retrieve a message from this location field, type URL of the web page, and click Get It!.
  2. Click Close Window.

The code from the page is added to your message.  

Using the HTML editor

  1. On the right navigation bar, click HTML Editor.

  1. Create the message content. For more information, see Using the HTML Editor.
  2. Click Save Content.

The content is added to the message and the HTML Editor closes.

TIP

You can make additional changes on the HTML page.

Previewing your message

On the HTML page, select the Preview HTML tab.  

Next steps

After you finish adding HTML, click SAVE, and then do one of the following: