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 / add_column.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-06  |  2.0 KB  |  53 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>Adding a New Column to a Table</title>
  8.   <style type="text/css">
  9.   </style>
  10.   <meta name="GENERATOR" content="amaya 8.6, 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="create_table.html" accesskey="p"><img
  22.         alt="previous" src="../../images/left.gif" /></a> <a
  23.         href="../Tables.html" accesskey="t"><img alt="top"
  24.         src="../../images/up.gif" /></a> <a href="add_row.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>Adding a New Column to a Table</h1>
  33.  
  34. <p class="ProcedureCaption">To add a new column to a table:</p>
  35. <ol>
  36.   <li>To create a new column to the left of an existing cell, select the
  37.     <strong>Insert a column</strong> entry in the <strong>Table</strong>
  38.     sub-menu (<code>Ctrl t Ctrl b</code>).</li>
  39.   <li>To create a new column to the right of an existing cell, select the
  40.     <strong>Append a column</strong> entry in the <strong>Table</strong>
  41.     sub-menu (<code>Ctrl t Ctrl a</code>).</li>
  42. </ol>
  43.  
  44. <p>New columns can also be easily added to a table using the
  45. <strong>Enter</strong> key. When a whole cell is selected (use
  46. <code>F2</code>), pressing the <strong>Enter</strong> key create a new
  47. cell and its corresponding column to the right of the selected cell.</p>
  48.  
  49. <p></p>
  50. </div>
  51. </body>
  52. </html>
  53.