Mystic Gohan
04-25-2003, 07:11 PM
i've been working on getting catagory specific background images, but i seem to have stumbled on a problem :/
okay, so in forumhome_forumbit_level1_nopost
<tr id="cat">
<td background="{imagesfolder}/$forum[title].gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#000000">$forum[description]</smallfont></td>
</tr>
the boldpart being where the background images is called, now why cant i use the $forum[title] tag to load an image?, the forum name being "Test", and the image being Test.gif .. is there a way to get around this so that each catagory can have its own image?
okay, so in forumhome_forumbit_level1_nopost
<tr id="cat">
<td background="{imagesfolder}/$forum[title].gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#000000">$forum[description]</smallfont></td>
</tr>
the boldpart being where the background images is called, now why cant i use the $forum[title] tag to load an image?, the forum name being "Test", and the image being Test.gif .. is there a way to get around this so that each catagory can have its own image?