Daily web design tips

Friday, December 30, 2005

How to make an email link

Here is how to put a link on your web site so when visitors click on it their email (Outlook, Outlook express etc) is opened up with your address already inserted.

Insert this html code into the section of your web page where you want the link to appear.

<a href="mailto:youremailaddress@yourwebsite.com">Email</a>

Replace "youremailaddress" with your actual email address, and "yourwebsite.com" with your website address.

The finished product will look like this.

Email

More web design tips

0 Comments:

Post a Comment

<< Home