diff options
Diffstat (limited to 'help/C/mail-displaying-no-css.page')
-rw-r--r-- | help/C/mail-displaying-no-css.page | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/help/C/mail-displaying-no-css.page b/help/C/mail-displaying-no-css.page new file mode 100644 index 0000000000..10be900797 --- /dev/null +++ b/help/C/mail-displaying-no-css.page @@ -0,0 +1,29 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-displaying-no-css"> + + <info> + <desc>When a received message looks weird or is hard to read.</desc> + + <link type="guide" xref="index#common-mail-problems" /> + <link type="seealso" xref="mail-displaying-message" /> + + <revision pkgversion="3.2.0" version="0.1" date="2011-07-25" status="draft"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>HTML emails are not correctly displayed</title> + +<p>If an HTML message is not correctly displayed in Evolution it might be that the formatting of the message is specified as <link href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</link>. CSS is currently not supported by gtkhtml (the part that is used to display HTML).</p> +<p>This will likely be fixed in version 3.2 or 3.4.</p> +<p>For developers only: In future versions, Evolution will use WebKit instead of gtkhtml for displaying HTML. There is a branch named "<link href="http://git.gnome.org/browse/evolution?h=webkit">webkit</link>" in Evolution's code repository to test.</p> + +<note style="tip"><p>For missing characters in emails, see <link xref="mail-displaying-character-encodings">Character Encodings and Sets</link>.</p></note> + +</page> |