PDA

View Full Version : Forum contains! Background colour control


Peterpan002
06-04-2008, 07:17 AM
Could someone please point me to the location in the css for the background colour to the forum icons display.

Attached image shows the unfortunate current "black" background

Thanks

Princeton
06-04-2008, 11:46 AM
that's a custom code - you will have to look at it and determined this yourself
it can be found in FORUMHOME template

Peterpan002
06-05-2008, 05:27 PM
Not sure what I am looking for in FORUMHOME, doesn't appear to be anything specifying colour background

This appears to be the code section

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom" align="center">
<td>
<table cellpadding="2" width="70%" class="tborder" cellspacing="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_new_posts]</td>
<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td>
<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_is_closed_for_posting]</td>
</tr>

Stickers
06-05-2008, 05:51 PM
i think you need to change the "tborder" in the css editor

Peterpan002
06-05-2008, 08:02 PM
i think you need to change the "tborder" in the css editor


Yes, :) that changes it. Unfortunately I dont want to change the tborder colour for the whole style. alternatives?

Princeton
06-05-2008, 08:03 PM
you can change it via inline style

style="background-color:red"

Peterpan002
06-05-2008, 08:30 PM
you can change it via inline style

style="background-color:red"

Sorry I don't understand, how?