Quote:
Originally Posted by floridaideal
Hi all
Is there anyway to make each image clickable to take you into that forum?
|
This is the way that I do it and it allows the image to be clickable and for the title of the forum to show up when you hover over it:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" class="forumicon" title="$forum[title]">
<img src='/images/forumicons/$forum[forumid].gif' border='0' class="forumicon"></a>
Hope this helps you out