1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

The need for images in tutorials

Discussion in 'Suggestions' started by navyfalcon, Sep 28, 2014.

  1. navyfalcon

    navyfalcon Well-Known Member Verified Member

    TITLE: The need for images for your tutorials

    http://freetutorials.name/Reference1/GNOME File Mgmn.html
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <html>
      <head>
      <title>8.4. File Management Preferences</title>
      <meta name="Description" content="Your description here...">
      <meta name="Keywords" content="Your keywords here...">
      </head>
    <body bgcolor="#f5f6ce" background="../Images/creamswirl.gif">
      <dd><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td width="100%">
    &nbsp;&nbsp; <font size="+1">Chapter 8. Configuring Your GNOME Desktop</font><br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copyright and Legal Notice<br>
    &nbsp;&nbsp; <b>8.4. File Management Preferences</b><br><br>
     &nbsp;<img src="../Images/GNOME file.jpg" width="35%" height="55%" align="right"><br>
    Use the File Management Preferences dialog to customize the file manager to suit your
    requirements and preferences.<br><br>
    To display the File Management Preferences dialog, choose <b>Edit->Preferences</b>. You can also access this dialog directly from the top panel Menubar by choosing <b>Desktop->Preferences->File Management</b>.<br><br>
    You can set preferences in the following categories:<br><br>
    &nbsp;&#8226;&nbsp; <b>The default settings for views.</b><br><br>
    &nbsp;&#8226;&nbsp; <b>The behavior of files and folders, executable text files, and Trash.
    </b><br><br>
    &nbsp;&#8226;&nbsp; <b>The information that is displayed in icon captions and the date
    format.</b><br><br>
    &nbsp;&#8226;&nbsp; <b>The columns that appear in the list view and their order.</b><br><br>
    &nbsp;&#8226;&nbsp; <b>Preview options to improve the performance of the file manager.</b>
    <br><br>
     (Next: Font Preferences)<br>
    </td></table>
    .....................................................................................<br>
    >> back to GNOME User Guide<br>
    <a href="http://linux.about.com/library/gnome/blgnome0.htm">GNOME User Guide</a><br>
    <a href="http://www.gnome.org/getting-gnome/">Free GNOME Download</a>
    </body>
    </html>
    
    - - -
    The layout is set up with tables (sorry) but it will be used for checking HTML Optimizers
    - - -
    This is an example of using images to enhance tutorials. It also needs images of examples
    to show the differences of the optioms of file manager.
    - - -
    hope this helps
    falcon