Well, currently, what I've done is go to the AdminCP under Custom BB Codes, and add a new one, which shows as follows:
Name: Table
BB Code: [table]row 1, cell 1 | row 1, cell 2[/table]
HTML:
<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>
Replacement: basically the output of that HTML code
When a user enters something, anything into [table] tags, the output is always the same output of this specific HTML...that's my issue on this case.
Not to mention the [IMGLEFT/RIGHT] which I need to use in order to enter images that will be placed to the right or left of text, as this is highly beneficial on different news and reviews.
|