diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 00:14:34 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 00:14:34 +0000 |
commit | 5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9 (patch) | |
tree | 1ec10c06e1c872ec1e8f4f8a25e0ca8cbfe0910c /release/help/docu_import_key.html | |
parent | fixed bug in file cryption (diff) | |
download | gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.tar.gz gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.zip |
set images in paragraph tags in integrated help and minor html code corrections
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@729 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release/help/docu_import_key.html')
-rw-r--r-- | release/help/docu_import_key.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/release/help/docu_import_key.html b/release/help/docu_import_key.html index d648c3c..8e7bdff 100644 --- a/release/help/docu_import_key.html +++ b/release/help/docu_import_key.html @@ -46,20 +46,26 @@ When Bobby wants to import a key from text-edit field or from clipboard, he firs <p> First Bobby opens the import key dialog through the toolbar. </p> -<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"> +<p> +<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"/> +</p> <h4>STEP 2: Choose keys</h4> <p> Secondly makes the appropriate selection. If he wants to import a key from editor, he has to paste the key to the text-edit field before. Only if he wants to import keys from file, he has to do the next step, otherwise he's done. </p> -<IMG SRC="img/docu/importkey_dialog.jpg" alt="choose file"> +<p> +<IMG SRC="img/docu/importkey_dialog.jpg" alt="choose file"/> +</p> <h4>STEP 3: Choose file</h4> <p> Now he chooses the key-file. Afterwards the key appears in the keylist. </p> -<IMG SRC="img/docu/importkey_keylist.jpg" alt="key list"> +<p> +<IMG SRC="img/docu/importkey_keylist.jpg" alt="key list"/> +</p> </div> </div> </body> |