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_tbody.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-06  |  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.   <title>Adding a New tbody</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_row.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="remove_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>Adding a New Table body</h1>
  33.  
  34. <p class="ProcedureCaption">To create a new tbody:</p>
  35. <ol>
  36.   <li>To create a new table body above an existing table body, click at the
  37.     beginning of the first cell in the first row of the table body and select
  38.     the <strong>tbody</strong> entry in the <strong>Table</strong>
  39.   sub-menu.</li>
  40.   <li>To create a new table body below an existing table body, move the
  41.     cursor to the end of the last cell in the last row of the table body and
  42.     select the <strong>tbody</strong> entry in the <strong>Table</strong>
  43.     sub-menu.</li>
  44. </ol>
  45.  
  46. <p>New table bodies can also be easily added to a table using the
  47. <strong>Enter</strong> key. When a whole table body is selected (use
  48. <code>F2</code>), pressing
  49. the <strong>Enter</strong> key create a new table body after the selected
  50. table body.</p>
  51. </div>
  52. </body>
  53. </html>
  54.