I have been trying to create a HTML email newsletter with a small table of contents at the top in which each listing in this
table of contents is a link to the relevant informaion/article further down in the email.
Now I know that in a webpage, you just do something similar to "<A HREF="#a1"> where "a1" is located just above the
information or section you want to link to in the form <A name=a1>.
This doesn't seem to work when I create the email and send it using Microsoft Outlook.
Does anyone have any suggestions?
Thanks!