PDA

View Full Version : E-mail Code


AngelightX
05-06-2003, 03:00 AM
Is there a way to input the "subject" line of e-mails in html code to make it easier for visitors? If so, can somebody tell me the code? Thanks for any help.

cg9com
05-06-2003, 04:02 AM
Hello,

<a href="mailto:blah@blah.com?subject=mysubject">email me</a>


Welcome to the forums. :)

AngelightX
05-06-2003, 06:18 AM
Thank you very much cg9com.

cg9com
05-06-2003, 11:09 AM
Your very welcome. :)

giz
05-11-2003, 02:05 PM
You are better off encoding a few characters of the email address or using a javascript instruction to write that line of code; otherwise email searching robots will just skim the email address off the page and add you to the various spam email list databases.

AngelightX
05-12-2003, 03:01 AM
Alright, thanks for the heads up.