Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-13 Thread Jacob Schmidt
Thank you guys for the input. I took the "old school" approach as suggested. Have a nice weekend. Regards /Jacob S. Jacob Schmidt wrote: > Hi List, > > Im having a problem with Direct Mail 2.6.2 > > I have created a sysfolder for Direct Mail according to the manual. > Created a extension tem

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread StephenBungert
Interesting link, but I prefer this one: :-) http://www.yeyan.cn/WebDesign/CSSHTMLEmail.aspx Not everything is a yes or a no, there are many exceptions hence the 'yeah, buts'! ;-) Jacco van der Post-3 wrote: > > As you can see here most webclients these days accept CSS in body, but > true, b

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread Jacco van der Post
As you can see here most webclients these days accept CSS in body, but true, better is even in some cases to apply it directly on tags. http://www.campaignmonitor.com/css/ StephenBungert schreef: > Don't use CSS, many web clients strip it, so do many desktop clients. The > latest version of Outl

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread Jacco van der Post
body {font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; font-size:12px; background-color:#ee;} td {font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; font-size:12px; } a {color:#9E;} a:hover {color:#66;} h2 {background-color:#9E; color:#ff; padding:2p

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread StephenBungert
Don't use CSS, many web clients strip it, so do many desktop clients. The latest version of Outlook also uses a restricted older renderer from word to show the emails which has had an affect on email newsletters for business. Basically, if you want the newsletter to look ok in web and desktop clie

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread Jacco van der Post
Since Outlook 2007 you should not include CSS anymore the old way anyways, it simply wont work in it. Besides that you cannot use all CSS tags anymore. Long live Microsoft, who threw us back in time. Google on email newsletter templates for examples, Make a very simple html template out of tabl

Re: [TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread Otto van Bruggen
The question with sending newsletters is not so much TYPO3 but all the different e-mail clients receiving the mails. Look at the site www.campaignmonitor.com for an in depth look in sending newsletters. Tha decide wheter it is TYPO3 not sending the code or an e-mail client not showing the code. R

[TYPO3-english] Direct Mail: css added to header is removed when mail is sent

2009-03-12 Thread Jacob Schmidt
Hi List, Im having a problem with Direct Mail 2.6.2 I have created a sysfolder for Direct Mail according to the manual. Created a extension template for the sysfolder, added the following TS. #remove js config.removeDefaultJS = 1 # config.inlineStyle2TempFile = 0 #clear headerData page.headerDa