Hi,
Ive had a play around, but seem to be a bit above my head here! Where it says "Docked In Dover" - what would I need to change to make this text white for all similar headers?
PHP Code:
<!-- top category table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/catleft.png" alt=" " border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/catmiddle.png)" valign="middle">
<a style="float:$stylevar[right]; background-image:url($stylevar[imgdir_misc]/catmiddle.png)" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<div align="left">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b><font color="#0245D2">$forum[title]</font></b></a></div>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></div></if>
</td>
<td width="140" height="27" align="right" valign="top"><img src="$stylevar[imgdir_misc]/catright.png" alt=" " border="0" /></td>
</tr>
</table>
<!-- End top category table setup -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="7%">$vbphrase[threads]</td>
<td class="thead" width="7%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="11%">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</if>
</table>
<div class="spacer"></div><br />