Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 11.64 KB
MD5: 2b38329d60d2a56cd1c977a10fabedf2
SHA-1: 66d7276310b3c0048273d7bb3d9542c86d9e47b5
SHA-256: 43583ea69d1e8863e22a064f11fa7ec99c1fcb9f91546164d0a829d4f7823566
Download zip 14.43 KB
MD5: 9067b806153571669036dc9413a300f9
SHA-1: 03730dc4970a39cd2967b94f20e7b742a98a41b8
SHA-256: 3d9cb8bf4f8e9ddee18c70103bb09265875cae725a4e536011b5d06ca9dab0f7

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:40 UTC
Last updated: 10 Jun 2011 at 18:41 UTC
Bug fixes

Other releases