Gmail Newsletter Trick
11.07.2008 | 0 Comments
Today I found a tips and tricks article discussing html email from NetTuts. I pretty much knew of most of the techniques but tip number 6 is great.
With gmail whatever it finds at the beginning of the email is what it uses to show in your inbox. For the newsletters I have been sending it would be something like: “Having trouble reading this email? Click here to see it in your browser”. Not very friendly and not one that jumps out and makes you want to read it.
The tip from Nettuts is:
Insert a 1px x 1px image as the very first element in your email. Wrap the image in span tags setting the font color to the same as the background. Whatever text you put in the ALT tags for your 1px x 1px image will now replace that google snippet in the users inbox.
Truly brilliant and some nice outside the box thinking. For the other tips visit: 6 Easy Ways to Improve Your HTML Emails.