Unfortunately, the first problem you are seeing is not showing up in my browser (I'm on a Mac using firefox). But, the second one is there. Do you need to show the number of Points/Level and Activity twice? You can probably do away with title/alt part of your image tags - the part in red:
Code:
<img title="blah blah" alt="blah blah" src="vista/misc/level/red....
So you only have:
Code:
<img src="vista/misc/level/red....
Title is not a proper attribute for the img tag. Alt is proper, and to be honest, I'm not sure why it is causing the problem, but when I removed the alt tag for the third image in the row, it got rid of the text there.
Is this how you want it to look?