Quote:
Originally Posted by StarBuG
Did you format the images as PNG?
If you try to use GIF you need to change PNG to GIF in the code
|
You can change them all to PNG or GIF,but not a mixed of GIFs or PNGs and you also need to specify in the code Starbug provided,which to use.Here's a free image converter site to convert all images as you wish
http://www.coolutils.com/Online-Image-Converter.php.
And to place them besides the forum titles,descriptions,place this code
Code:
<img src="images/categoryicons/$forumid.gif" alt="" class="ForumImages" /><br />
before this code
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
See the screenshot to what i meant.