Closed (fixed)
Project:
Fusion
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 12:27 UTC
Updated:
30 Sep 2011 at 17:01 UTC
We are trying to have a node where the body is an email (html email).
However for most emails, they have a <style> section which breaks the whole style of the site. The <style> seems to replace the fusion style definition. i.e., if there is a black background, instead of having only a black background for the node body, you will get a black background for the entire page instead of the Fusion standard background.
This seems a pretty basic issue but impossible to find references on the Web
Any help really appreciated
Comments
Comment #1
sheena_d commentedI would suggest using a input filter on your node body field to strip out unwanted tags like
<style>.More information can be found in the drupal documentaiton: http://drupal.org/node/213156
Comment #2
esmerel commented