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 / remove_column.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-06  |  2.9 KB  |  84 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>Removing/Copying/Pasting a Column</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="add_tbody.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></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>Removing/Copying/Pasting a Column</h1>
  32.  
  33. <p>When a whole column is selected, it's possible to delete it, copy (or to
  34. cut) it and to paste it before or after another column.</p>
  35.  
  36. <p class="ProcedureCaption">To select a column:</p>
  37. <ol>
  38.   <li>Use the <strong>Select column</strong> entry in the
  39.     <strong>Table</strong> sub-menu (<code>Ctrl t Ctrl c</code>).</li>
  40.   <li>You can also start the selection in a cell and extend to another cell
  41.     in the same column (by example starts in Cell 1.2 and ends in Cell 3.2).
  42.     Amaya changes to the column selection mode. Hitting the <code>F2</code>
  43.     key extends the selection into the column between and including the two
  44.     whole cells (Cell 1.2, Cell 2.2, Cell 3.2).</li>
  45. </ol>
  46.  
  47. <table border="1" summary="table">
  48.   <tbody>
  49.     <tr>
  50.       <td>Cell 1.1</td>
  51.       <td>Cell 1.2</td>
  52.       <td>Cell 1.3</td>
  53.     </tr>
  54.     <tr>
  55.       <td>Cell 2.1</td>
  56.       <td>Cell 2.2</td>
  57.       <td>Cell 2.3</td>
  58.     </tr>
  59.     <tr>
  60.       <td>Cell 3.1</td>
  61.       <td>Cell 3.2</td>
  62.       <td>Cell 3.3</td>
  63.     </tr>
  64.   </tbody>
  65. </table>
  66.  
  67. <p>When a whole column is selected, it's possible to copy (or to cut) it and
  68. to paste it before or after another column.</p>
  69. <ol>
  70.   <li>To paste a column before an existing column, click at the beginning of
  71.     a cell in the existing column and paste the copied or cut column or use
  72.     the <strong>Paste before</strong> entry in the <strong>Table</strong>
  73.     sub-menu (<code>Ctrl t Ctrl p</code>).</li>
  74.   <li>To paste a column after an existing column, move the cursor to the end
  75.     of a cell in the existing column and paste the copied or cut column or
  76.     use the <strong>Paste after</strong> entry in the <strong>Table</strong>
  77.     sub-menu (<code>Ctrl t Ctrl v</code>).</li>
  78. </ol>
  79.  
  80. <p></p>
  81. </div>
  82. </body>
  83. </html>
  84.