Topic: [Extension Release] bbcode_table
Extension: bbcode_table
version: 0.1.0
CHANGELOG
==initial release==
DEMO
http://studyforums.org/viewtopic.php?pid=273#p273
USER MANUAL
1. Upload Extension folder to extension directory and install it.
2. It will add 4 new bbcode tag (table, tr, th, td) and button as well (pun_bbcode required)
3. Method is quite similar to html.
e.g in html:
<table>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
</table>
Accordingly in bbcode:
[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][/table]
Download Link given below in reply.