Breaking News

How to make an easy email me or mailto link or picture link for your blog



 If you would like to give your blog readers the option to email you, a quick and safe why to do this is with a email me or mailto link.In this post i will show you how to make a mailto link, mailto picture link or mailto button and add it to your blog.It's easier than you may think.

All three are made up of just a short piece of code and are very easy to add to your blog.You could place one in your sidebar of footer or even in a post if required.



How To Make A Mail To Link


1.Mailto Link

Here's a preview of a mailto link :

Click Here To Contact Me By Email

And here's the code:
<a href="mailto:bhootguru420@gmail.com.">
Click Here To Contact Me By Email
</a>

Note

Simply change my email in Bold above to your email address.

change the text 'Click Here To Contact Me By Email' in Bold above to the text you want displayed.

2.Mailto Picture Link

Here's a preview of a mailto Picture link:



And here's the code:

<a href="mailto:bhootguru420@gmail.com"
><img src="http://i631.photobucket.com
/albums/uu40/paulcrowe/email-3.png
" alt="Click to email me" /></a>

Note: change my email in bold to your email address.

You can change the picture link in bold to another picture if you want.

3.Mailto Button Link

Here's a preview of a mailto button link:

Here's the code:

<form>
<input value="Email Me"
onclick="location.href='mailto:bhootguru420@gmail.com'"
type="button">
</form>

Note: - Simply change my email in bold to your email address.

You can change the Text 'Email Me' in bold to the text you want displayed on your button.

To add one to your blog copy the code add your Email and paste the code were you want it.The code can be placed anywere Html is accepted.
To add one to your sidebars in your dashboard click 'Layout' > 'Add a gadget' > Choose 'Html/Javascript' from the pop up menu > paste in the code and save.






If you face any problem in this post please let me know your problem. To inform your problem you can leave a comment below. And if you like my post please click the Facebook like button or spread this post by clicking the Twitter, Facebook etc. icons below. Because, it will be a great support for me.

No comments