home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / create_table.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-02-19  |  2.2 KB  |  55 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.   <title>Creating a New Table</title>
  8.   <style type="text/css">
  9.   </style>
  10.   <meta name="generator" content="amaya 8.2, see http://www.w3.org/Amaya/" />
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" width="100%" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p align="right"><a href="working_with_tables.html"
  22.         accesskey="p"><img alt="previous" src="../../images/left.gif" /></a>
  23.         <a href="../Tables.html" accesskey="t"><img alt="top"
  24.         src="../../images/up.gif" /></a> <a href="add_column.html"
  25.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body">
  32. <h1>Creating a New Table</h1>
  33.  
  34. <p class="ProcedureCaption">To create a new table:</p>
  35. <ol>
  36.   <li>Move the cursor to the location in the document where you want to
  37.     create the table.</li>
  38.   <li>Click the <b>Table</b> button <img alt="(table)"
  39.     src="../../images/table.gif" />, or choose <strong>Table</strong> from
  40.     the <b>Xhtml</b> menu<b>.</b>The Table dialog displays.</li>
  41.   <li>Enter the initial number of rows and columns for the new table, and
  42.     specify the border width.</li>
  43.   <li>Click the <b>Confirm</b> button. Amaya generates a graphical
  44.     representation of the table.</li>
  45.   <li>The cursor is automatically placed in the space above the table that is
  46.     reserved for the table caption. You can delete this space if a caption is
  47.     not needed.</li>
  48.   <li>The new table contains empty cells. To insert content into a cell,
  49.     click inside the cell and then insert the appropriate text, image, etc.
  50.     Use the arrow keys to navigate from one cell to another.</li>
  51. </ol>
  52. </div>
  53. </body>
  54. </html>
  55.