Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 11.66 KB
MD5: cf5d78002953ef262a8f1abf3fe140a4
SHA-1: 6dba7cf5e24ae6c160b06368ebdd713bec329834
SHA-256: 3ea9424bc3592aed926c964a35551e31fb24dfb42e46532eeec9d3144736c62a
Download zip 14.43 KB
MD5: f9798fd32f95aa19a9feb68b9579610e
SHA-1: 92423415d3f0a712f738e3d324bc0f08bc1dcf79
SHA-256: e3f9d5449326fc520aeabff392effb99fcbf67ac5998628aac6ae423d06ce2de

Release notes

Fixes:
Removes quote-marks around URLs in inline styles.

Emogrifier

Uses the emogrifier class library as an input filter to convert stylesheet rules to inline style attributes. This ensures proper display on email and mobile device readers that lack stylesheet support.

Installation

  1. Ensure that the PHP Document Object Model extension is available. Emogrifier requires the dom extension and will not work without it.

  2. Download, install, and enable the Libraries module.

  3. Create a library directory for the Emogrifier library in one of the following locations:

    • sites/all/libraries/emogrifier (recommended)
    • sites/DOMAIN/libraries/emogrifier
    • profiles/PROFILE/libraries/emogrifier

    DOMAIN is your website domain name, and PROFILE is the installation profile you selected when installing Drupal.

  4. Download the emogrifier.php and place it within the library directory you just created.

  5. Install this module and enable it.

  6. Visit admin/configure/content/formats or click on

    Administer >> Configuration >> Content authoring >> Text formats

    to set up a new input format or add Emogrifier filtering to an existing format.

Created by: pillarsdotnet
Created on: 10 Jun 2011 at 18:39 UTC
Last updated: 10 Jun 2011 at 18:41 UTC
Bug fixes
Unsupported

Other releases