I am porting over a product from vB3.x to vB4.x and so I have gotten most of the areas to change with the theme change. However I cannot get this to change from the standard default blue of 3.x
Code:
<td style="width:67%" height=21 class=thead_new height=2>{vb:phrase test} {vb:phrase type}</td>
<td style="width:33%" height=21 class=thead_new height=2>{vb:phrase test} {vb:phrase results}</td>
what class would it be not in 4.x to make it change with the theme?
I am sure the tables are to be done with but it works for my layout right now so I would like to keep them. I just want the text and background to change with the template
When I view the selection in my browser I get the following but do not know what to change. I have played withit for a couple days and I just dont know at this point.
Code:
<div class="forumbitBody">
<div class="thead_bar">
<div class="theadrow table">
<div class="foruminfo td">
<div class="forumdata">
<div class="datacontainer">
Title
</div>
</div>
</div>
<div class="forumactionlinks td">
</div>
<div class="forumstats td" align="center">
</div>
<div class="forumlastpost td">
Last Post
</div>
</div>
</div>