Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

test table

Options
  • 04-10-2013 4:46pm
    #1
    Registered Users Posts: 319 ✭✭


    [HTML]
    <table border="1">
    <tr>
    <th>Header 1</th>
    <th>Header 2</th>
    </tr>
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>
    [/HTML]


Comments

  • Registered Users Posts: 319 ✭✭nagilum2


    <table border="1">
    <tr>
    <th>Header 1</th>
    <th>Header 2</th>
    </tr>
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>


  • Registered Users Posts: 319 ✭✭nagilum2


    <table>
    <tr>
    <th>Header 1</th>
    <th>Header 2</th>
    </tr>
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>


  • Registered Users Posts: 319 ✭✭nagilum2




    [th]Header 1[/th]
    [th]Header 2[/th]


    row 1, cell 1
    row 1, cell 2


    row 2, cell 1
    row 2, cell 2



  • Registered Users Posts: 319 ✭✭nagilum2




    [th]Header 1[/th]
    [th]Header 2[/th]


    row 1, cell 1
    row 1, cell 2


    row 2, cell 1
    row 2, cell 2



  • Registered Users Posts: 319 ✭✭nagilum2



    [column]Header 1[/column]
    [column]Header 2[/column]

    row 1, cell 1
    row 1, cell 2


    row 2, cell 1
    row 2, cell 2



  • Advertisement
  • Registered Users Posts: 319 ✭✭nagilum2


    Column1|Column2|Column3
    S|A|I
    5|6|7


  • Moderators, Home & Garden Moderators, Technology & Internet Moderators, Regional East Moderators Posts: 12,581 Mod ✭✭✭✭2011


    nagilum2 wrote: »
    Column1|Column2|Column3
    S|A|I
    5|6|7

    Hmmm


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.

Advertisement