TABLE CODE:
 

I) A table is as follows:

    a)  2 columns by 2 rows
 

Empty cell #1
Empty cell #2
Empty cell #3
Empty cell #4

    b)    <center><table BORDER COLS=2 WIDTH="100%" >
            <tr>
            <td></td>
            <td></td>
            </tr>
            <tr>
            <td></td>
            <td></td>
            </tr>
            </table></center>

        c) Items can be right, left, and center aligned within the cells.

        d) <td><font color="#FFFFFF">hello</font></td> will result in the following:
 
 
hello hello
hello hello

          e)  <center><table BORDER COLS=2 WIDTH="100%" >
                <tr>
                <td><font color="#FFFFFF">hello</font></td>
                <td><font color="#FFFFFF">hello</font></td>
                </tr>
                <tr>
                <td><font color="#FFFFFF">hello</font></td>
                <td><font color="#FFFFFF">hello</font></td>
                </tr>
                </table></center>

II) Another table is as follows:

      a)  3 columns by 3 rows
 
 
hello
hello
hello
hello
hello
hello

       b)    <table BORDER COLS=2 WIDTH="100%" >
               <tr>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               </tr>
               <tr>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               </tr>
               <tr>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               <td><center><font color="#FFFFFF">hello</font></center></td>
               </tr>
               </table>
 
 

COPYRIGHT 2002   ALL RIGHTS RESERVED BY J.A.M.
HTML CODES ON THE INTERNET
SAINT LOUIS, MISSOURI