why is it when I hold my mouse over 'report' or 'quote'.. the description goes on about hosting pictures and videos on photobucket?
uhm with me it happens wit all buttons!
this isnt annoying for me though i dont have my mouse on buttons that long, well its stil a bit strange and should be fixed
never noticed that before, I'll let the web design team look into it!
I think it has something to do with the link they used. Usually you only have to place the direct link of the image, and click on the little box next to it called "select". Then you click "Use replacement" as your action type. And then just click submit.
I think they made use of the HTML code.
For example:
| CODE |
| <a href="http://photobucket.com" target="_blank"><img src="http://i50.photobucket.com/albums/f323/Pfreck/Stuff/Ammo%20Bunker%20images/AB_TopicClosed.gif" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a> |
This is what they used for every button. But it can easily be replaced by just a link. Like this:
| CODE |
| http://i50.photobucket.com/albums/f323/Pfreck/Stuff/Ammo%20Bunker%20images/AB_TopicClosed.gif |

Hope this helps. :)