Aramos Campaign
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Creating a Table in your post

Go down

Creating a Table in your post Empty Creating a Table in your post

Post by Fenrisian Fri Oct 18, 2013 4:02 pm

http://www.w3schools.com/html/html_tables.asp

Here's the code to make a table in a post.  Each TD entry is one Cell of information.  Each TR is a row.  All you need to do is change the < > to [ ] to make it work on the forum.

Sample Code:
<table border="1">
<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>

Should look like this.

[td]row 2, cell 2]/td]
row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2
  
Fenrisian
Fenrisian
Admin

Posts : 122
Join date : 2013-10-17

https://aramoscampaign.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum