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>
I tried messing around with the div structure, and tried mimicing the forumbits class (with the umpteen div-classes below it, but it seems counterproductive to have to translate a simple table into a structure with lord knows how many sub-levels to get the same results.
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