| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
Not A Designer
Join Date: Jul 2004
Location: tHe NeTHerLaNDs
Posts: 122
|
Took me a while to find it again, so enjoy: http://www.alistapart.com/articles/cssemail/ -= In theory, theory should work in practice. =-
|
|
|
|
#3 (permalink) | |
|
css is for divs
Join Date: Feb 2003
Location: Norwich
Posts: 4,527
|
Interesting article that, Hotmail is actually even shiter than I thought before. Quote:
|
|
|
|
|
#4 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,215
|
that's b'cos its web mail. think about it... when you send out an html email its got a head, titel and body tags in there. when you're viewing using webmail, the hotmail page that has produced the email already has a head, title and body tag - hotmail's own, so any further body tags etc will be ignored. |
|
|
|
#5 (permalink) |
|
css is for divs
Join Date: Feb 2003
Location: Norwich
Posts: 4,527
|
I guess so - it just seems a right pain that some clients will strip out tags, some will add an "x" to the body tag, and some will leave all tags in there. If only there were some sort of "standards"... |
|
|
|
#6 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,215
|
there's so many mail clients out there that this is always going to involve a bit of trial and error. you don't need to put anything in the body tag anyway - there's ways round all of that. as for link styles, chuck a basic in the <a> to cover your ass. more importantly, think about the medium you are using before trying to create an html email on a dark blue background. |
|
|
|
#7 (permalink) | |
|
css is for divs
Join Date: Feb 2003
Location: Norwich
Posts: 4,527
|
Quote:
|
|
|
|
|
#11 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,215
|
dl fireworks from macromedia. cuts it all up in seconds. far quickers than making it all yourself. note - the only time i advocate using fireworks - except maybe ad banners (which i'm sighing well having to spend all today doing) but then the output is nowhere near as nice as photoshop. you can spot a fireworks graphic. shame. |
|
|
|
#13 (permalink) |
|
unusual suspect ™
Join Date: Jul 2004
Location: DE, USA
Posts: 2,763
|
Because I worked for company on a low budget for 3 years, with 90,000 members where our main business came from sending them HTML e-mail, I had to create quite a few techniques and use a few others that were obvious. It was nice having feedback from all those members to instantly let me know if anything was buggered. Design for 600 - 640 px width. Don't use CSS. Do use tables. Don't forget to link your images from the server. Do track everything. As with Web pages use text wherever you can rather than an image of text. Avoid any scripting. Personalise whenever you can - if your list has names merge them into your mail. Include unsubscribe info top and bottom - a simple: Unsubscribe details at bottom of mail... will do for the top but have full details at the bottom. Hotmail: If you want a background color/image set it for the table as well as the page. Within your <body></body> tags surround everything within a comment, fixes some Hotmail problems. e.g. <body><!--this comment actually fixes stuff-->Loads of lovely content<!--nice fixing work there mr. comment--></body> Text or HTML? If you don't include the option in your sign-up process then there's no way of knowing if your end user is going to be using an e-mail reader that just displays HTML raw rather than formatting it. To overcome this I add a simple comment tag at the start of the e-mail that contains either the whole e-mail or a link to the mail if links are user specific e.g. HTML Code:
There are also e-mail readers that will attempt to display your lovely HTML e-mail as plain text. Because of these you need to ensure that links are shown as full URLs rather than 'click here's. This should be enough of a guide for now? edit: Don't put anything important <head>in here</head> as it will probably be lost. Also don't include anything important in your <body> tag as again it will probably be lost. Define page elements in a table instead. /edit Last edited by seen.to : 18-10-2004 at 12:44. |
|
|
|
#15 (permalink) | |
|
unusual suspect ™
Join Date: Jul 2004
Location: DE, USA
Posts: 2,763
|
Quote:
I never used them with any campaigns so have no feedback to go on but I have seen them used on some porn spam ''click here to view the e-mail'' with the grot contained at the bottom of the mail. Much better than being confronted with some slapper blowing a donkey before you've digested your breakfast. So I know they work in Outlook Express. In theory they should work in Web based e-mail too - isn't an iFrame the same as any other frame? (without the inherited gayness) - but I've not tried so don't quote me on that. If you do use anchors I'd say to make sure that they are not critical in anyway to your mail. Another important point: The main goal of your e-mail should be to get the 'click' (unless it's a newsletter). It is then up to the site to convert that click to an action, be it a purchase or a registration. |
|
|
|
|
#17 (permalink) | |
|
unusual suspect ™
Join Date: Jul 2004
Location: DE, USA
Posts: 2,763
|
Quote:
Then I learned something new too I'm using an iFrame in my latest project for the first (and probably last) time so it's good to know. |
|
|
|
|
#20 (permalink) |
|
This is it - ground zero.
|
Text only e-mail...problem(s) solved. Boring, yes, but don't you think it's the content of your blast people are interested in? You could also link 'em off to a "pretty" html version of the e-mail blast in a browser window where you are free to use CSS. OH yeah, I use this system to manage a database of subscribers. Real time tracking, etc. It's not bad. I've been signed up for quite some time and have charter subscriber pricing, so I don't know what they're charging now. fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
![]() |