Do you mean formating options of my vBCode or generally formatting (with vBulletin vBCode)? I am already using every (included) formating option in my example table in the first and second picture.
1. + 3. This would require some time of work - time I don't really have. I add these things on the feature list for the next version but I can not promise when I can release it.
2. My vBCode already uses
thead for the header cells. This is the source code of the table in the attachment:
HTML Code:
<table class="stg_table tborder" style="width: 15em;"><thead class="thead"><tr><th>rank</th><th>name</th><th>age</th><th>points</th></tr></thead><tbody><tr class="alt1"><td>1</td><td>
Marvin</td><td>28</td><td>482</td></tr><tr class="alt2"><td>2</td><td>
Nadja</td><td>30</td><td>300</td></tr><tr class="alt1"><td>3</td><td>
Nicky</td><td>34</td><td>300</td></tr><tr class="alt2"><td>4</td><td>
Henry</td><td>46</td><td>298</td></tr><tr class="alt1"><td>5</td><td>
Nadja</td><td>12</td><td>85</td></tr><tr class="alt2"><td>6</td><td>
Tom</td><td>56</td><td>-</td></tr></tbody></table>
You only have to "say" that there is a header: [table=
head] .... [/table]
Or didn't I get your question?