HI Please help to fix this code , i use \[code\]<a href="http://example.com/index.html" onMouseOver="doTooltip(event,'http://example.com/image_6.06.jpg','Image TITLE')" onMouseOut="hideTip()" title="in TITLE">TITLE</a>\[/code\]in this code but its not work \[code\] <? $sql = "select * from wallpaper order by wallpaperid desc limit 20"; $result = mysql_query($sql, $db) or die(mysql_error()); if(mysql_num_rows($result)) { while($myrow = mysql_fetch_array($result)) { $title = substr($myrow['title'] ,0,31); $wurl = ereg_replace(" ", "-", $myrow['title']); $html = '<dt><a href="http://stackoverflow.com/questions/2103255/%s-%s.html" onMouseOver="doTooltip(event,\'.$siteurl/wallpapers/thumbs/$wallpapername_$wallpaperid.jpg.\',"Image TITLE")" onMouseOut="hideTip()">%s..</a></dt>';printf($html, $wurl, $myrow["wallpaperid"], $myrow["wallpapername"], $myrow["title"], $category);} } \[/code\]?>plsease someone help me to fix this Second code not work onmouseOver TIP