home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-WinXP-9.1.exe / doc / WX / Document.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  2.0 KB  |  54 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  8.   <title>Editing Documents in Amaya</title>
  9.   <style type="text/css">
  10.  
  11.  </style>
  12.   <link href="style.css" rel="stylesheet" type="text/css" />
  13. </head>
  14.  
  15. <body xml:lang="en" lang="en">
  16.  
  17. <div>
  18. <img alt="Amaya" src="../../resources/icons/22x22/logo.png" class="logo" />
  19.  
  20. <p class="nav"><a href="Views.html" accesskey="p"><img alt="previous"
  21. src="../../resources/icons/misc/left.png" /></a> <a href="Manual.html"
  22. accesskey="t"><img alt="top" src="../../resources/icons/misc/up.png" /></a>
  23. <a href="Creating.html" accesskey="n"><img alt="next"
  24. src="../../resources/icons/misc/right.png" /></a></p>
  25. </div>
  26.  
  27. <div id="page_body">
  28. <h2>Creating new Documents</h2>
  29.  
  30. <p>Amaya allows you to create both local or remote documents. Four types of
  31. documents are available:</p>
  32. <ul>
  33.   <li><a href="HTML.html">XHTML</a></li>
  34.   <li><a href="Math.html">MathML</a></li>
  35.   <li><a href="SVG.html">SVG</a></li>
  36.   <li><a href="StyleSheets.html">CSS</a></li>
  37. </ul>
  38.  
  39. <p class="ProcedureCaption">To create a document:</p>
  40. <ol>
  41.   <li>Choose <strong>New</strong> from the <strong>File</strong> menu, and
  42.     then select the file type that you want to create.</li>
  43.   <li>At the prompt, type the URI or the local path name of the new document
  44.     (a default name is assigned to the document if no name is specified). You
  45.     can use the file browser to find a local directory.</li>
  46.   <li>Choose the location of the new documentá: current tab, new tab or new
  47.     window</li>
  48.   <li>Click <strong>Open.</strong>áA new document opens, and a root element
  49.     is created.</li>
  50. </ol>
  51. </div>
  52. </body>
  53. </html>
  54.