[TYPO3-english] Creating html newsletter
Stephen Bungert
stephenbungert at yahoo.de
Mon Jun 4 12:15:52 CEST 2012
Hi Katja,
I have to also create a newsletter and want to know mora about how your
editors add these inline styles.
I was making extra header styles and then changing the wrap in TS, but I
also need to let the editors just write contnet in normal content using the
RTE.
Do your editors manually view and edit the RTE html? Or can you use block
styles to add the style attributes that you need?
Thanks,
stephen.
"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