The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
vB4 tables
Hi,
For various customizations, I have a bunch of vB 3.8.4 templates using tables. They have been set up to use CSS classes like tCat, tborder, etc. In vB4 these are not available off the bat. What would be the prefered way to rewrite tables like this to vB4 standard? Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <th class="tcat" colspan="10" align="center">Legend</td> </thead> <tr> <td width="35" class="alt1">foo</td> <td width="20%" class="alt1">bar</td> </tr> Alternatively, I'd be willing to add the vB 3.8 CSS to vB4 somehow, but frankly wouldn't know where to look for this. Any hints, please? Thanks. Peter |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|