- The first step is to build or pull in your newsletter code and prepare your articles. While you are n the HTML editor, place the cursor in front of the first feature title, e.g. "How to Use Anchor Tags Inside Your Email Message".
- Click on the anchor icon in the toolbar and enter a name. Make it short and sweet, numbers are fine, but you don't want to mistype it when you link to it, e.g. One.
- Write some text at the top of the message to create a link, similar to what we have in the In this Issue section.
- Highlight the text, then click on the link icon in the toolbar.
- Enter the name of the anchor, preceded by the # sign, e.g. #One.
To do the same thing directly in the HTML code, first edit your code and find the title area where you want your first anchor, enter the following code:
<a name="one"> < /a>
Then, for the link at the top, use the following code.
<a href="#One"> How to Use Anchor Tags Inside Your Email Message </a>
That is all there is to it. You can now make it easier for your readers to get to the parts of your newsletter that are of particular interest to them. You might want to place a #Top anchor near the bottom of each article to return the reader up to the contents list.

RSS Feed