I'm designing my site using Photoshop CS2, ImageReady CS2 and Dreamweaver8.
How can I add the "Email this article to a friend" link to the end of my articles?
aschrage
4:46 pm on Feb 7, 2006 (gmt 0)
You need to do some programming or get a programmer to help you. You first have to get the email address from the user (i.e. through a form on your site). You set up the form to point to a program script of some kind (in the "action=" attribute of the form tag). The program script then can be programmed to take the form data, build the email message (along with the To address, From address, and Subject), and send the email.