PDA

View Full Version : Text in Body of Email To code not working?


foxr
Dec-28-2007, 06:40 PM
Hi...There!

having a weird problem using the "email to" code?

I followed the great instructions below:
http://www.ianr.unl.edu/internet/mailto.html

And used the following code in text area in Gallery Description:

<a href="mailto:scrapmountain-gallery@email.smugmug.com?subject=gallery&body=Name:%0A%0AEmail(Optional):%0A%0AComments:">Click Here To Submit Your Image(s)</a>

Here is the link to the Gallery...
http://scrapmountain-gallery.smugmug.com/gallery/4064359#225465674

But when I click on the "click here to submit your image" line...I get this in the body of the email?
Name:<br /><br />Email(Optional):<br /><br />Comments:

And wanted this:
Name:
Email(Optional):
Comments:

When I first saved the code it appeared fine..but when I logged out I got the "<br/><br/>" error...

Help!!
thanks
Lynn

Allen
Dec-28-2007, 07:43 PM
...
Did you surround the code with html tags?

<html>
code here
</html>

foxr
Dec-28-2007, 09:54 PM
Did you surround the code with html tags?

<html>
code here
</html>

No I didn't....just did and it worked! AMAZING!!! :clap

thanks Allen!