Hi Sofia. I got a little problem, hoping you?ll help me out.
Your code is missing the "
<strong>$forum[title]</strong>".
So I see the pictures, but not the Forumtitle. I added it and use the following code now.
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].png" alt="$forum[title]" hspace="4px" align="left"/><strong>$forum[title]</strong></a>
works fine with this. But I do also have forums without pictures and there the forumtitle shows up two times. See picture below. How can I now get rid of the first forumtitel, so it shows normal without picture?