diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-08-18 05:05:14 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-08-18 05:05:14 +0800 |
commit | be490f024f058b27a9be0858a886e2864d0e71c3 (patch) | |
tree | c4d14b329c2450f2afd88149cea4b724a1465e15 | |
parent | f50da39fe3e16032bf14226fd027f6d254461728 (diff) | |
download | gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar.gz gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar.bz2 gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar.lz gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar.xz gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.tar.zst gsoc2013-evolution-be490f024f058b27a9be0858a886e2864d0e71c3.zip |
Wrote documentation about HTML templates.
2001-08-17 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Wrote documentation about HTML templates.
svn path=/trunk/; revision=12175
-rw-r--r-- | help/C/usage-mail.sgml | 59 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 59 insertions, 4 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index e32cdc912d..8cfd78905e 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -1,5 +1,6 @@ +<!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> - +--> <chapter id="usage-mail"> <title>Using Evolution for Email</title> <abstract> @@ -489,6 +490,7 @@ </para> </listitem> </varlistentry> + </variablelist> </para> </note> @@ -513,8 +515,6 @@ </listitem> </orderedlist> </para> - - </para> </sect2> </sect1> @@ -1120,7 +1120,58 @@ with quoted materials and the relevant replies interspersed--> of characters, and not "make this text bold," as an HTML composition tool or text editor would. </para> - </note> + </note> + <sect3 id="html-templates"> + <title>HTML Templates</title> + <para> + <application>Evolution</application> not only allows you to + decorate your email with HTML text and graphics, but + provides you with prebuilt templates for you to use when making + these improvements. + </para> + <para> + To include a template into your HTML based email: + <orderedlist numeration="arabic"> + <listitem> + <para> + Enable HTML in your email by clicking + <menuchoice> + <guimenu> + Format + </guimenu> + <guimenuitem> + HTML + </guimenuitem> + </menuchoice> + </para> + </listitem> + <listitem> + <para> + Click the <guibutton>HTML Template</guibutton> button in the + <guilabel>Toolbar</guilabel>. + </para> + </listitem> + <listitem> + <para> + Select the template in the <guilabel>Template</guilabel> + selection box. + </para> + </listitem> + <listitem> + <para> + Click <guibutton>Insert</guibutton> to insert it where the + cursor is. + </para> + </listitem> + <listitem> + <para> + Click in the template to edit the specific object you clicked + on. + </para> + </listitem> + </orderedlist> + </para> + </sect3> </sect2> <sect2 id="usage-mail-getnsend-fwd"> diff --git a/help/ChangeLog b/help/ChangeLog index ccf9b08789..69181add49 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-08-17 Kevin Breit <battery841@mediaone.net> + + * C/usage-mail.sgml: Wrote documentation about HTML templates. + 2001-08-16 Aaron Weber <aaron@ximian.com> * C/usage-mail.sgml: minor edits. Added <tip> about bug 7428. |