I'm still having the problem of adding this code

Code:
 <a href="index.htm" onmouseover="Tip('Some text')" onmouseout="UnTip()">Homepage </a>
to this button (Quick Info Button)- can be seen here: http://dealz-r-us.com/index.php?main...ndex&cPath=2_3

I don't know if i'm putting it in the right place, i'm trying to put it in the file

includes/languages/english.php file Here:

Code:
 // more info in place of buy now
  define('MORE_INFO_TEXT','<img src="includes/templates/silverfish/images/az_quickinfo_button.gif"');
When i put it here my site goes completely blank, is this the correct place or should i be looking in another file? Which file should i look in? Know very little coding.

Help me please been working on trying to get this script to run for weeks now.