What you should do is go to your website, find a page that displays ratings, right click and do view source and find some text near a rating, like a username, so you don't have to search the whole file. Near that should be the image tag for your rating, something like: <img src="http://www.mysite.com/forum/images/5stars.gif" border="0" alt="1 votes - 5.00 average"> or <img src="images/5stars.gif" border="0" alt="1 votes - 5.00 average"> check if what you have actually points to an image, and you can more easily see what you should fix.
|