In
forumhome_forumbit_level1_post template:
I am trying to add
title="$forum[description]" like in the following code. but title is
not showing up when i hover the mouse over the link. Why? How this forum description be shown in the title tag. Please guide.
Code:
<a title="$forum[description]" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>