The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Try something like:
HTML Code:
<table...> <thead> <tr> <td colspan="5"> Poker League Table</td> </tr> <tr> <td></td> <td class="thead">Position</td> <td class="thead">Name</td> <td class="thead">Points</td> </tr> </thead> <tbody> <tr> <td rowspan="4">CUP IMAGE HERE</td> <td class="alt1">1st</td> <td class="alt1">Platefish</td> <td class="alt1">46pts</td> </tr> <tr> <td class="alt1">1st</td> <td class="alt1">Platefish</td> <td class="alt1">46pts</td> </tr> <tr> <td class="alt1">1st</td> <td class="alt1">Platefish</td> <td class="alt1">46pts</td> </tr> <tr> <td class="alt1" colspan="3">League Tables LINK</td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|