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 tables! and include the css in the template after body like this : <body> <STYLE> </STYLE> <table> <tr> <td> </td> </table> </body> gRTz jacco Jacob Schmidt schreef: > 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.headerData > > #clear any included css > page.includeCSS > > > #add css for newsletter to header > page.headerData.1 = TEXT > page.headerData.1.value ( > <style type="text/css"> > <!-- > Styles that I would like to be added in the header for use in newsletter > --> > </style> > ) > > Using Direct Mail I create a page for the newsletter. Previewing the > newsletter, everything is fine, my css is added. > > But when I mail the page the css is removed from the header, resulting > in a newsletter with no styles. Format of mail content Plain Text, HTML > > How do i fix this? What did I miss? > > > Thanks, > > /Jacob S. > -- Met vriendelijke groet, Jacco van der Post www.id-internetservices.com _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
