Results 1 to 2 of 2

Thread: Create a Little Table

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default Create a Little Table

    The code for that table was:
    <table style="text-align: left; width: 100%;" border="3"
    cellpadding="2">
    <tbody>
    <tr ="">
    <td style="vertical-align: top;">Html Table1<br>
    </td>
    <td style="vertical-align: top;">Html Table2<br>
    </td>
    </tr>
    <tr>
    <td style="vertical-align: top;">Html Table3<br>
    </td>
    <td style="vertical-align: top;">Html Table4<br>
    </td>
    </tr>
    </tbody>
    </table>
    <br>


    When inserting the above code, make sure you put the top two lines onto ONE line.
    If you would like to add another cell in an existing row, simply put in another
    <td style="vertical-align: top;">Html Table2<br>
    </td>

    in the appropriate location.
    If you would like to add a new row, put in a
    </tr>
    <tr>

    in the appropriate location.
    Obviously, be sure to change the Html Table text in my example.
    You can also fiddle around with the numbers in the code of this html tip, especially stuff in the first line.


    Keywords: create a little table, HTML, HTML tips, HTML table,HTML Table text


  2. #2
    Join Date
    Nov 2011
    Posts
    5

    Default

    thanks to up !

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •