Yes, we are currently having Quick Reply output the code to tell us what happened when the AJAX Double Post bug would occur. Unfortunately this is an error at the system level and does not appear to be associated with any code in VaultWiki or vBulletin.
As for valign, colspan, and the like... You would start a table cell normally by placing it on a separate line. However you would add a second | to separate the properties from the cell content. As seen in NickyPhils's example:
Code:
|rowspan="5"|Nick Phillips
To add valign as well you would just put a space after the rowspan definition. The | would signify that actual content is starting.
Code:
|rowspan="5" valign="top"|Nick Phillips
The properties allowed, classes allowed (class="XX"), and styles allowed (style="XX"), are controllable via the stuff in special_class_table.php.
Bookmarks