Wills
|
Help with background on Latest Post bodyHi, Can anyone please help with this
On my portal index page the background for all latest post are grey. I assume that this means that no background is present here. How can I change this as my font colour is White ??
http://www.my-local-poker.com/index.php?component=indexpage
Click to see full size image
|
Wills
|
Hmmmmmm
A stony silence
|
admin (no pm's please)
|
Sorry I didn't see the question.
edit cms_latest.tpl and where you see :
<td valign="top" ><span class="postbody">
make it:
<td valign="top" class="row1" ><span class="postbody">
|
Wills
|
Did I get this wrong, because it didn't work
Here's the code
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<!-- BEGIN switch_latest_title -->
<tr>
<th colspan="1" width="150" height="25" class="thTop" nowrap="nowrap">{L_COMPONENT_LATEST}</th>
</tr>
<!-- END switch_latest_title -->
<!-- BEGIN topics_latest -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{topics_latest.U_LINK}">{topics_latest.TOPIC_TITLE}</a></span></td>
</tr>
<!-- END topics_latest -->
<!-- BEGIN posts_latest -->
<tr>
<td class="row1" colspan="1" height="28"><span class="topictitle"><a href="{posts_latest.U_LINK}">{posts_latest.TOPIC_TITLE}</a></span></td>
</tr>
<tr>
<td valign="top" class="row1" ><span class="postbody">
{posts_latest.MESSAGE}</span></td>
</tr>
<!-- END posts_latest -->
</table>
|
|
|