| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Feb 2007
Location: Leicester, UK
Posts: 5,913
|
Email Issue
I've used a tempalte to make an email with css and html. Link That is it online, however when I try and use it within an email none of the formatting seems to work, for example, the font's are all wrong. It was working before I changed it to what I needed. Any ideas why? I am inserting into the email in Outlook 2003 as a signature. |
|
|
|
|
|
#6 (permalink) |
|
eh?
|
It is best if it is all tables. I've found the emails have trouble with figuring out div height and widths. They hate floats for the most part, and positioning is tricky. Everything has to be inline. Heights, widths, font sizes, colours, and even background colours. |
|
|
|
#7 (permalink) | |
|
Game On™
Join Date: Jan 2007
Location: Garden of England
Posts: 6,984
|
Quote:
Apparently you can, but I always use tables for these, then style everything with inline CSS, pain in the fucking arse though. Once you got a half decent one working, just use it as a base template in the future, pointless trying to be too creative on a fucking email in my humble. |
|
|
|
|
#8 (permalink) |
|
Whitey
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 7,322
|
Here's a couple links that should help quite a bit: 8 HTML Email Tips I Wish I’d Known Sooner Guide to CSS support in email clients (2008) - Articles & Tips - Campaign Monitor |
|
|
|
#10 (permalink) |
|
FUNKTION GALLERY
Join Date: Jun 2008
Location: Toronto
Posts: 2,393
|
The biggest problem are web based email clients, hotmail, gmail etc etc MUST use tables MUST define font family, size and colour FOR EVERY <td> Hotmail does not recognize <style> </style> when its inside the <head> (which means you could put it in the <body> but other clients won't use it) The easiest way to make these is to think back to 1995. INLINE INLINE INLINE!! if you have any Apple newsletter emails, take a look at those because those are the best examples. You *could* create it with divs using that "CSS Support for HTML emails" link Shiro posted, but dont even bother, you'll have to rebuild it with inline css and tables anywas if you want it to actually show up properly in all email clients. |
|
![]() |
|