General Website Design and Development

Everything else related to website development.

Forum Sponsor (Advertise with us)
Reply
 
Thread Tools Display Modes
    #1 (permalink)  
Old 10-09-2008
New Member
 
Join Date: Sep 2008
Location: Washington
Posts: 17
Default Experience Creating Newsletters in HTML for Outlook 2007?
I recieve emails daily from different retailers that are in html they are well formatted with great links and they show well in my browser...I want to be able to develop these newsletters for my clients? Does anyone have experience doing this? Any tips? I have searched the web for how to's and the help section of Outlook and am coming up short. Apperently the new outlook uses Word to translate html and you cannot paste code into the emails for sending sooo how do you create html for Outlook? Any help would be GREAT!
Reply With Quote
    #2 (permalink)  
Old 10-09-2008
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Experience Creating Newsletters in HTML for Outlook 2007?
We have made tons of newsletter so far and here are my tips:


1 - Use tables for layout, many email clients will ignore CSS.

2 - Some email clients will ignore <style type="text/css">...</style> so you will have to use inline style, for example to make a link red do:
HTML Code:
<a href="LINK URL" style="color:#FF0000;">LINK TITLE</a>
But also use CSS for email clients who support it.

3 - Many email clients only care about what's between <body>...</body> tags and ignore the rest.

4 - Your newsletter should be around 500 pixels in width to look good on all email clients.

5 - If you use images (for layout, like a header etc.) in table cells you will have to do it this way:
HTML Code:
<td><img src="..." /></td>
Note that there is no space between <td> and <img ... /> and </td> otherwise there will be a funny space.

6 - Make a Yahoo, Gmail, Hotmail ... account and test your design in all of them. You don't have to make them look exactly the same but you should try.

These are all the things I can remember now, I hope this helps
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2007 CarolineCloutie Phone, VoIP, Fax, Email 10 08-17-2008 12:45 PM
Sharing Outlook 2007 Calendars Prime Admin Solutions Project Management 1 08-02-2008 09:04 PM
Hello! New REVA with 6 years RE experience! KellT107 Member Introductions! 6 04-22-2008 11:43 PM


All times are GMT -4. The time now is 03:00 AM.

International Virtual Assistants Association
Project Management for Virtual Assistants
Work from Home | Become A Virtual Assistant
Virtual Assistant Directory
Affordable WordPress Themes
Create a Professional New Client Welcome Packet
Virtual Assistant Forums Advertising

© Virtual Assistant Forums 2012
All content and images are protected under copyright law and may not be reproduced in any way without express written consent.