diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:43 +0800 |
commit | b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 (patch) | |
tree | 6e68eaeb3018c8f66ba8d0da9e9acf413ef4b1af /help/C/mail-displaying-no-css.page | |
parent | eb79ee913685794a77a7bbeb24eb73028f183813 (diff) | |
download | gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.gz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.bz2 gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.lz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.xz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.zst gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.zip |
Put new user documentation in place
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> |