Forum Moderators: phranque
I have a small issue as someone did before. I am trying to send out an html email and would like to add some anchors within it. However I do not want the user to have to open another window...and more importantly I would like to point it to the same page.
I am using <A HREF="#section1"> and <A NAME=section1>
i have tried taking the "" out and was told it helped another user has anyone got any ideas...
I think the biggest problem is that I not understanding this base url business btu I clearly understand relative links...
The normal syntax (<a href="#section1">section 1</a>) is what we use, and it works fine in Outlook, but I think it really depends on the e-mail client and configuration. I have not found any simple guide to the idiosyncrasies of Outlook Express 5 versus Eudora Lite, or how Yahoo's webmail system rewrites links as opposed to SquirrelMail or Gmail. You simply need to test in your targeted clients.
I think this has less to do with the syntax used and more to do with how the html email is created
I have tried using the href anchor tag with and without the "" marks and it makes no difference
my target email client is Outlook (not web based which most people say causes the most problems with anchors)
I'd like to know how the people who have been successful using anchors actually produce their html emails
I create the webpage in Dreamweaver (so that the anchors work in a browser) and then I open it up in IE and choose File > Send > Page by email
when you click on the anchor link (in the subsequently produced email) all it does is spawn a browser window
:(
I simply started to use Front Page - I would do my page in DW and then open it in Front Page and use the File > Send option.
This method doesn't mess with your anchor tags or place a BASE tag in the header - I think you still need to remove the "" marks though