Downloads

Download tar.gz 11.53 KB
MD5: f3d72998f8345304caf7745575e8ce36
SHA-1: 0890976b597ae1fc1a808bab1b326276bee6a87b
SHA-256: 5ec44b2eabf1d767263dce694adffc6f3cd78f197dbb4ccac242d24206de1b02
Download zip 14.28 KB
MD5: 91924c8e5096453b070eabd3ec74642c
SHA-1: 2e14f8e69b4d35b2b3e65b5368ea8f0e78081edc
SHA-256: 0a957479644a1100a83fd6fe05dbda5cf26c163e97bcea38ac36486c845d3dc4

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/settings/filters or click on

    Administer >> Site configuration >> Input 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:38 UTC
Last updated: 10 Jun 2011 at 18:41 UTC
Bug fixes
Unsupported

Other releases