How Do I Include Text in a HTML Newsletter?

HTML is a text-based scripting language. This makes it extremely easy to add your own text to websites and HTML templates. If the .html file is properly commented, then it will be easy to insert text into your HTML based newsletter. If the .html file has no comments, there are key tags you can look for that may indicate where to insert text. When using online templates for newsletters with direct mail services, they provide ways to insert text into their templates.

Things You'll Need

  • Text editor
Show More

Instructions

  1. Commented HTML

    • 1

      Open your HTML newsletter in your text editor.

    • 2

      Check for commented HTML. HTML comments are formatted like this, <!-- This is a comment -->. If you are using a template to insert the text it may say something like, <!-- Begin Editing --> or <!-- Add Text Here-->. All HTML comments begin with the "<!--" tag and end with the "-->" tag. They can be multiple lines long.

    • 3

      Place your text below the comments. You do not have to remove the comments from the HTML. In fact, keeping the comments intact will help you locate the text again easily.

    HTML with No Comments

    • 4

      Open your HTML newsletter in your text editor.

    • 5

      Check for HTML comments as above. If you do not find any, look at the other HTML tags. All text must between any <body> and </body> tags. Look for IDs or classes within tags that denote text, such as, <p id="text"> or <td class="content">. IDs and classes can be named anything. Text can go between any <p> and </p> tags as these tags denote paragraphs.

    • 6

      Look for filler text such as Lorem Ipsum or other text telling you what kind of text to put in that area. Select the text and replace it with your own.

    • 7

      Place your text anywhere between the body tags. Save your HTML file and open it in your web browser to see where the text shows up. Placing text around a set of tags such as, "Hello, <i> Our Newsletter</i> is going out to..." will cause the text to act differently. In the example, "Our Newsletter" would be italicized and the rest of the text will not be italicized.

    Using a Direct Mail Service

    • 8

      Open your newsletter template on your direct mail service website.

    • 9

      Choose edit mode. Depending on the service, you may have to click on something similar to "Edit this Email."

    • 10

      Click on the edit button for the section where you wanted to add text. The standard edit button looks like a rectangle with a pen or a pencil. It may also just say "edit."

    • 11

      Select the filler text and replace it with your own.

    • 12

      Click "Save."

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured