It would be very nice to implement a function that merges CSS and HTML in page-based newsletters.
What I mean is that when the newsletter module collects the HTML from the selected page, Dynamicweb should parse the CSS files attached to that page, and apply these styles directly to the HTML elements.
Example:
You have a page with a h2-tag that looks like this:
Headline
Attached to that page is a CSS file containing the following:
h2 {font-size:12px;margin-top:10px}
When the user has selected the page to send as a newsletter, Dynamicweb parses the CSS file and merges it with the HTML. Then the h2-tags looks like this:
Headline
I have build a custom newsletter system in PHP that does this, and our newsletter looks perfect in Gmail :-)
It would be a very nice feature to have en Dynamicweb.
In fact, Via Biler (viabiler.dk) is asking for this feature!