[TYPO3-english] Creating html newsletter
Stephen Bungert
stephenbungert at yahoo.de
Wed Jun 6 10:11:58 CEST 2012
Hello Katja,
I have just found the extension css2inline in the TER:
http://typo3.org/extensions/repository/view/css2inline
This works really well, all you do is make styles in css, adjust your ts
template a little and the extension turns your css in to style attributes
and applies them to the outputted html based on the selectors in your CSS.
I shall be using this from now on.
"Katja Lampela" <katja.lampela at lieska.net> schrieb im Newsbeitrag
news:mailman.1.1338791508.27197.typo3-english at lists.typo3.org...
> Hi,
>
> I'm creating a newsletter system with the new newsletter extension (based
> on tc_directmail) which BTW seems to be an excellent solution!
>
> Anyway my problem is how to render the content in
> enough-old-fashioned-way:
> http://www.sitepoint.com/code-html-email-newsletters/
> http://www.email-standards.org/
>
> This would mean mainly table based layout, not attached stylesheets, all
> styles inline.
>
> I have the layout quite nicely working out with the old static templates,
> styles.content and content(default); this creates table based layouts.
>
> But my problem now is in the text rendering.
>
> The editor has to be able to edit text styles and they all should be
> inline styles. For example editor inserts little gray text with font size
> + text color selectors and at the moment I get saved into database:
>
> <p style="font-size: 10px; color: rgb(153, 153, 153);">Here is the little
> gray text.</p>
>
> But in frontend there is only <p>Here is the little gray text.</p>
>
> if I have this in my template setup:
> tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes {
> P.style=
> PRE.style=;
> }
>
> If I don't have that in my ts setup, the result is:
>
> <p style="margin:0 0 0 0;">Here is the little gray text.</p>
>
> How can I deliver in frontend the same thing that seems to be saved in
> database (at least it is in the rte when checking the sourcecode)?
>
> Is this typoscript or RTE thing?
>
> --
> With kind regards
>
> Katja Lampela
> *Lieska-tuotanto*
> www.lieska.net
>
More information about the TYPO3-english
mailing list