Forum Moderators: phranque

Message Too Old, No Replies

anchors within html emails

Can anchor links within html emails work?

         

Alina

2:52 pm on May 28, 2004 (gmt 0)

10+ Year Member



Hello

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

crashomon

3:10 pm on May 28, 2004 (gmt 0)

10+ Year Member



Hi, try it without using any quotes.

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

Alina

6:02 pm on May 28, 2004 (gmt 0)

10+ Year Member



yes it does. I have just tried it - its great!

Thanks.

Alina