Forum Moderators: phranque
I am trying to send anchor links within an html email. I have tried the link <A href="#Top">Top of Page</A> - within the email's html, but it does not appear to work.
I am using a base url, say [website.com...] and currently a new window opens which has the http address: [website.com...] - which is incorrect.
Is there a way of scrolling within the html of an email message using anchors without a new window being created?
Any help would be much appreciated
Many thanks
Alina
Example: <a href=#mg>
Goes to : <a name=mg>
This should work (I just tested it in an email that I got from Developer Shed and that's what their code reads).
They send the file complete with HTML, and only the images are referenced with the full www.foo.com/image.jpg URL.
Hope that helps!
Patrick Elward