PDA

View Full Version : Announcement Date Column


shoppingtelly
04-30-2003, 09:07 AM
Every time I post an announcement I get an extra column with with date that it was posted the rest of the column is just black HERE (http://www.shoppingtelly.com/forum/forumdisplay.php?forumid=29) . Is there anyway that I can stop this appearing.

Brad
04-30-2003, 10:20 AM
In the forumdisplay_announcement template

Remove:

<td bgcolor="$backcolor">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr align="right">
<td nowrap><smallfont><a href="announcement.php?s=$session[sessionhash]&forumid=$foruminfo[forumid]">$announcement[postdate]</a></smallfont></td>
<td nowrap>&nbsp;<a href="announcement.php?s=$session[sessionhash]&forumid=$foruminfo[forumid]"><img src="{imagesfolder}/lastpost.gif" border="0" alt="Read this announcement"></a></td>
</tr></table></td>

shoppingtelly
04-30-2003, 01:24 PM
Thank you worked a treat.