Outlook html email help needed
Outlook html email help needed
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- Nathan_Adams0
On an unrelated note, you should put your css within the <body> tags. As it is, it'll display fine in most desktop email clients - but many webmail clients (especcially hotmail), will strip the any css within the head. Just copy and paste the whole <style>...</style> and put it immediately after the opening <body> tag.
I'd also avoid using floats for anything. Outlook 2007 will make a mess of it.