PDA

View Full Version : email link


Guy
02-Feb-2005, 07:02 PM
Does anyone know how I can add an image to the top of my page (above all the other sections) that when selected allows the user to send an email to me?

jont
03-Feb-2005, 08:56 AM
You will need to edit the Act_Primary template and add the image with a "mailto" link - the code will look something like:

<a href="mailto:sales@myhome.com"><img src="picture.jpg" width="600" height="60" border="0"></a>

Guy
03-Feb-2005, 03:58 PM
Thank you Jont, I will give that a try this evening. Appreciate it.