Web Site Developer and Graphic DesignWeb Site Developer and Graphic Design
JANUARY 2005


Thank you for your continued interest in the Tiger Studios Newsletter. If there are any topics that you would like to see in this newsletter please do not be shy. Email me with your requests.

I wish all of you a happy and prosperous 2005.
Kim Adams, President, Tiger Studios, Inc.

More Than Just An Email Link

Today I thought I would talk about email links — how to code them and the controls you can add. Most of you are used to email links on a web site. When you click on an email address you are sent to an email application where you can send a message to that email address. In HTML this is called a mailto. The following is what this code would look like: <a href="mailto:person1@somewhere.com"> person1@somewhere.com</a>. The mailto is very much like a standard web site link using the <a href=""></a> tags.

Now that you have the basics, how about adding some more information. What if you want 2 people to receive the same email message from the web site? You start with the standard mailto code and add: "?cc= person2@somewhere.com" if you want Person2 to be copied on the message. You can also do a BCC, Blind Carbon Copy, "?bcc= person3@somewhere.com" if you want a copy sent but do not want the email address shown. The final code for both would look like this: <a href="mailto:someone@somewhere.com?cc=person2@somewhere.com">person2@somewhere.com</a> or: <a href="mailto:someone@somewhere.com?bcc= person3@somewhere.com">person3@somewhere.com</a>.

How about adding a pre-populated subject line in the email message? Add: "?subject=Contact from Our Web Site" to the mailto tag. The final code would look like this: <a href="mailto: person1@somewhere.com?subject=Contact from Our Web Site">person1@somewhere.com</a>.

I hope that this will open up some options for you on your web site.

Ask Tiger Studios

Do you have a question that relates to the graphic design or web design field? How about working with freelancers or sub contractors? Send your question to Tiger Studios. Your question might show up in next month's issue!

Share This Newsletter
Do you know a colleague or friend that would be interested in this newsletter? Feel free to forward it along, or send their email address to: newsletter@Tiger-Studios.com. We will make sure they get the very next issue!

A Little About Tiger Studios
Tiger Studios can help you with all of your design needs whether it is for a business card, brochure, advertisement, web site or e-newsletter. We help clients with a wide range of projects including print collateral, logo design, web sites, and ecommerce. This allows the client to use one company for all of their needs instead of keeping track of several companies on several projects.

To learn more about Tiger Studios and how we can help your organization, go to our web site www.Tiger-Studios.com or contact Kim Adams at newsletter@Tiger-Studios.com for an estimate on your next print or web project.