Viewing 1 replies (of 1 total)
  • The easiest way to do a table would be to code it in

    <table>
    <tr>
    <td>Row 1, column 1</td>
    <td>Row 1, column 2</td>
    <td>Row 1, column 3</td>
    </tr>
    <tr>
    <td>Row 2, column 1</td>
    <td>Row 2, column 2</td>
    <td>Row 2, column 3</td>
    </tr>
    </table>

    That creates a simple 3 row, 3 column table. <tr>controls the rows, <td> controls the columns

Viewing 1 replies (of 1 total)
  • The topic ‘Price table’ is closed to new replies.