Quote:
Originally Posted by Kagemaru
But if I put in a {colsp=x>1} an empty, headerless cell is added at the end:
Code:
[table="width=300px;head;autonum=1;autonumtitle='autonum'; css=black"]1|2|3
1.1|1.2|1.3
{css=blue}{colsp=3}2.1 2.2 2.3
3.1|3.2|3.3
4.1|4.2|4.3[/table]
|
Oh thanks... That worked some time earlier

If you remove the
autonum it's all right. The reason: Internally I have to keep track how much cols I have - something seems to be wrong there.
Quote:
Originally Posted by Kagemaru
Also, alignment bbcodes need an extra newline to work correctly (or they get moved into the next row's first cell.) like so: [...]
|
Thats known

Try it again without letting vBulletin write the template names into the HTML source - this worked some time ago. The problem is: vBulletin removes a
<br /> after a
</div> so I can't say if there was a newline or not... If I find some more time, I will have a closer look at this.
Thanks
Stefan