10-26-2006, 04:27 PM
|
#1 |
| | Table bbcode | | Hi,
I added a custom bbcode to my forum, to create tables in posts.
I wanted the header to be the colour of my template header and the body to be the colour of my template body.
I used this code as the replacement html code:
<table width="85%" align="center" cellspacing="1" cellpadding="5" class="tborder"><tr><td class="tcat">{param}</td></tr></table>
However, what I get now is the whole text in the background colour of the template header. Basically I get one block instead of one header and a body.
Anyone know how to fix this?
I want to be able to just use the [table] tags and not have to add [td] tags when posting
| |