Commands of table

  • 2 Replies
  • 2970 Views
*

wise

  • Professor
  • Flat Earth Scientist
  • 25431
  • The Only Yang Scholar in The Ying Universe
Commands of table
« on: January 10, 2018, 05:48:40 AM »
I want to create a table which have 13x29 cells and see a command as table but I yet could not achieved that goal. Which codes and commands may I use?
« Last Edit: January 10, 2018, 05:53:16 AM by brotherhood of the dome »
1+2+3+...+∞= 1

*

wise

  • Professor
  • Flat Earth Scientist
  • 25431
  • The Only Yang Scholar in The Ying Universe
Re: Commands of table
« Reply #1 on: January 10, 2018, 11:03:59 PM »
<table >
  <tr>
    <th=23>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>

What is it now?

[tr=5]
[td=7]

It doesn'T work properly.
« Last Edit: January 10, 2018, 11:06:08 PM by brotherhood of the dome »
1+2+3+...+∞= 1

*

Username

  • Administrator
  • 17563
  • President of The Flat Earth Society
Re: Commands of table
« Reply #2 on: January 26, 2018, 08:39:15 AM »
I believe I used tables for the images in my dinosaur post. If you check out the first post of that thread, you can find the appropriate syntax by quoting it.