So,at the end I did it

You have to add those 3 BB Codes
1st CODE- Add New BB Code
- Title : Grid
- Tag : grid
- Replacement : <table {option} summary="">{param}</table>
- Example : [grid="your attributes"]Table content[/grid]
- Description : Make a Table
- Use {option} : YES
2nd CODE- Add New BB Code
- Title : Row
- Tag : row
- Replacement : <tr>{param}</tr>
- Example : [row]Row cells[/row]
- Description : Add Row
- Use {option} : NO
3rd CODE- Add New BB Code
- Title : Cell
- Tag : cell
- Replacement : <td {option}>{param}</td>
- Example : [cell="your attributes"]Cell 1[/cell]
- Description : Add Cell
- Use {option} : YES
That's everything!! Here's an example of how use it :
Quote:
[grid="cellpadding=2 cellspacing=2 border=1"][row][cell=""] Cella 1[/cell][cell=""] Cella 2[/cell][cell=""] Cella 3[/cell][/row][row][cell=""] Cella 4[/cell][cell=""] Cella 5[/cell][cell=""] Cella 6[/cell][/row][row][cell=""] Cella 7[/cell][cell=""] Cella 8[/cell][cell=""] Cella 9[/cell][/row][row][cell=""] Cella 10[/cell][cell=""] Cella 11[/cell][cell=""] Cella 12[/cell][/row][/grid]
|
Have fun!!!