SemperFidelis
08-13-2002, 01:09 AM
Ive got the images to appear correctly and that is thanks to all the excellent template modifications posted here
Thanks to everyone
:)
But my question is this.
On forum home I can get the category titles to appear correctly in the images using the code below.
<td align="center" background="images/catbg.gif" width="100%">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#120E69"><b>$forum[title]</b></normalfont></a></td>
But when I try and use the same code on either forumdisplay_forumslist or forumdisplay_threadslist, the forum name doesnt appear at all.
The images are all fine, just the name is missing.
Any suggestions on how to fix this would be greatly appreciated.
Thanks to everyone
:)
But my question is this.
On forum home I can get the category titles to appear correctly in the images using the code below.
<td align="center" background="images/catbg.gif" width="100%">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#120E69"><b>$forum[title]</b></normalfont></a></td>
But when I try and use the same code on either forumdisplay_forumslist or forumdisplay_threadslist, the forum name doesnt appear at all.
The images are all fine, just the name is missing.
Any suggestions on how to fix this would be greatly appreciated.