home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file3 / EWRITER.ZIP / EXPLAIN.TPT < prev    next >
Encoding:
Text File  |  1999-01-02  |  4.7 KB  |  102 lines

  1. <HTML><HEAD></HEAD><BODY BGCOLOR=FFF8DC>
  2. <!--Save eletter as .htm file & load in browser-->
  3.  
  4. <CENTER>
  5. <H3>
  6.               Explaining the .tpt Template Files
  7. </H3>
  8. </CENTER>
  9. <P>
  10.        I assume you are in PocketPad and have just used the
  11.        File/Template... that is right below the File/New and
  12.        File/Open... entries. File/Open and File/Template get
  13.        the same FileOpenDialog. But the innards of that dialog
  14.        are very different in the two cases.
  15. <P>
  16.        The title this time was "Open Template as New File."
  17.        The Filename was "*.tpt" and the History with filename
  18.        didn't show past Opens. The filter was also set at
  19.        "*.tpt" and you were back in PocketPad's own directory.
  20.        The Listbox shows only the .tpt files that I've included
  21.        mainly so that the experience would make sense.
  22. <P>
  23.        This "explain" name was supposed to catch your eye and
  24.        be your first choice. It obviously isn't a template in
  25.        the true sense. It seems to be a letter explaining things
  26.        and, while it is easy to read in PocketPad (a text editor),
  27.        it seems to be marked up like an .htm file for reading in
  28.        and printing from an Internet browser.
  29. <P>
  30.        If this was a template, it would have only the typing that
  31.        you do over and over in different files (documents) and
  32.        some indication of where and what you might want to fill
  33.        in or fill out or "expand."
  34. <P>
  35.        Actually, this looks very much as if I'd used a template
  36.        and provided the innards to create this eletter.
  37. <P>
  38.        The true template is qwk_eltr.tpt. That's for "quick
  39.        eletter." The main framework is simply the first two
  40.        lines and the last line. Those lines set up an HTML
  41.        frame with a BODY frame inside, no HEAD frame. The
  42.        BODY tag at the top has a background color setting that
  43.        I use and you can make that white by using FFFFFF. That
  44.        would be an example of changing the boilerplate to fit
  45.        the individual document you want to create.
  46. <P>
  47.        An eletter is typed in any text editor and loaded into
  48.        any mailer program. It's sent as email. The recipient
  49.        saves the message from a mailer into a disk file with
  50.        an .htm extension and, then, reads or prints it in any
  51.        browser. Thus, we have a "duplex" typewriter. By tabbing
  52.        in to start my text at column 8 and then, before hitting
  53.        my word-wrap at column 68, using Shift+Enter to start
  54.        my new line at that tab indent (if you missed it and the
  55.        line wrapped, hit Home, Ctrl+Tab), I get the tags out
  56.        of the way for somebody reading in the mailer (a text
  57.        editor). Browsers ignore white space, so I can center
  58.        the headline, tab-indent my lines, and all that to put
  59.        the tags "in the gutter" unless I <I>use</I> them in
  60.        the text. That pair of I-tags gives italic print in
  61.        the browser and is no more bothersome than the pair of
  62.        asterisks in the mailer.
  63. <P>
  64. <CENTER>
  65. <H3>
  66.                 When you load a template
  67. </H3>
  68. </CENTER>
  69.        You'll want to work on templates by loading them with
  70.        File/Open. When you load one with File/Template, it
  71.        loses its name and becomes a New File. When you save
  72.        it, you give it a name ...for the document it has
  73.        become. If you used a filter change or typed in a
  74.        non .tpt filename and opened it, the file you opened
  75.        would lose its name. So this is strictly for using
  76.        templates to produce new documents. It's organized
  77.        as it is to protect you from forgetfully saving the
  78.        template after you've made changes.
  79. <P>
  80.        To see how this will look in the browser, do a Save
  81.        As and name the file explain.htm. The file you have in
  82.        the editor changes to that and a file copy is made.
  83.        Now get Tools/Browser. If you haven't used it put in
  84.        the path to your browser. If you are in Win 95 you
  85.        will have very complex paths. I.e., for Navigator
  86.        c:\program files\netscape\navigator\program\netscape
  87.        and for Internet Explorer, with usual setups,
  88.        c:\program files\plus!\microsoft internet\IExplore.exe
  89.        But you can copy them in from Find or from here. Click
  90.        okay, and you will find the filename already in the
  91.        Input dialog for you. Click Okay, and the browser will
  92.        display your letter.
  93. <P>
  94.        To mail your letter, hit Copy All on the Edit menu or
  95.        the right button popup menu (which is available even in
  96.        Windows 3.x). Tools/Mailer lets you open your mailer
  97.        program. Hit New Message, fill out the header, and
  98.        paste the letter in. Hit SEND.
  99. <P>
  100.        Gene Fowler
  101.  
  102. <BR></BODY></HTML>