From 4e39c365c87dfd3277ffc0ce81d8b7cb62bebc58 Mon Sep 17 00:00:00 2001 From: Dave Cranwell Date: Wed, 28 Oct 2015 09:28:52 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fad45bc..1625579 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Inline Styler is the small Django app behind http://inlinestyler.torchboxapps.com +# Inline Styler is the small Django app behind http://inlinestyler.torchbox.com It's a service which, when given a block of HTML including CSS, will parse the CSS and convert it to inline `style=""` attributes on each elements matched by the CSS rules found. @@ -6,9 +6,9 @@ The benefit of this is primarily in developing HTML emails. The most common emai Additionally, among the email clients who do support CSS, support for individual CSS properties is variable. The Inline Styler will analyse your CSS and estimate a compatibility rating across all the email clients as a whole, alerting you to any particular properties likely to reduce compatibility. -You can see a working example of this service at http://inlinestyler.torchboxapps.com. +## Usage -To use this app, CSS to be "inlined" must be presented in the HTML either +To use this app, CSS you wish to be "inlined" must be declared in the HTML either: - linked absolutely e.g `` or - provided in a `