diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-04 23:55:14 +0800 |
commit | bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64 (patch) | |
tree | cd7f23ad545c9a5e44b4588b8db51ed1e4f4d09c /help/C/mail-composer-html-link.page | |
parent | 5397851156bf868ac912376d0ea2060ec1b528c3 (diff) | |
download | gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.gz gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.zst gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/mail-composer-html-link.page')
-rw-r--r-- | help/C/mail-composer-html-link.page | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/help/C/mail-composer-html-link.page b/help/C/mail-composer-html-link.page new file mode 100644 index 0000000000..309d43f476 --- /dev/null +++ b/help/C/mail-composer-html-link.page @@ -0,0 +1,34 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-composer-html-link"> + + <info> + <desc>Insert a link to a website in the mail composer.</desc> + <link type="guide" xref="mail-composer-html#formatting-options" /> + + <revision pkgversion="3.1.5" version="0.2" date="2011-07-29" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <credit type="author"> + <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/usage-mail-getnsend-send.html.en#bsait2a --> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + </info> + +<title>Inserting a Link in HTML</title> + + +<p>You can insert links into the email:</p> +<steps> +<item><p>Select the text that you want to turn into a link.</p></item> +<item><p>Either click <guiseq><gui>Insert</gui><gui>Link...</gui></guiseq> in the menubar, or right-click on the selected text and click <gui>Insert Link</gui>.</p></item> +<item><p>Enter the address in the <gui>URL</gui> field.</p></item> +<item><p>Click <gui>Close</gui>.</p></item> +</steps> + +<p>If you do not want a special link text you can just enter the address of the link directly. It will be automatically recognized as a link.</p> +</page> + |