Closed (fixed)
Project:
Basic E-news
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 16:06 UTC
Updated:
12 Nov 2010 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jbomb commentedThanks for the report. It looks like the line break was causing file_exists() to return false. Try this patch.
Comment #2
jbomb commentedupdating category.
Comment #3
danny englanderHi The patch worked, I am now getting all my style sheets converted to inline styles.
Now that the CSS styles are being converted to inline when I preview HTML, I noticed that background images don't have the full domain name in front of them. Is this a function that is supposed to be there? Should I open a new issue for that?
Comment #4
jbomb commentedLet's open a new issue for the URL business. Please provide some more information about where the relative links exist (css, template file, database).
The patch has been committed to dev. Thanks!
Comment #5
danny englanderOk, I finally wrapped my arms around this one, it works great. I won't need to open an issue for what I described in #3, the key was customizing enews-newsletter.tpl.php and doing a few node overrides with CSS / custom body classes so the newsletter template looked good on the site and by itself. Thanks, this is an awesome module.