You mean to add the color thing to them?
Quick Reply.
In the template "showthread_replybox", look for:
Code:
<td bgcolor="{ tableheadbgcolor}" colspan="2"><normalfont color="{ tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
And replace with
Code:
<td background="xx.gif" colspan="2"><normalfont color="{ tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
Change xx.gif to the name and format you have yours in. And also delete the spaces, { XXX}.
For the Welcome Panel.
In the template "forumhome", look for:
Code:
<tr id="cat">
<td bgcolor="{ categorybackcolor}" colspan="6"><normalfont color="{ categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>
Replace that, with this:
Code:
<tr id="cat">
<td background="xx.gif" colspan="6"><normalfont color="{ categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>
Change xx.gif to the name and format you have yours in. And also delete the spaces, { XXX}. This what ya looking for? Or what?