I am trying to enable an image to appear next to some text within an anchor tag, and I’m unable to figure out how to do this.
Here is the Fiddle:
http://jsfiddle.net/NinjaSk8ter/V9nBZ/
The small modify image should appear next to the name “John” as illustrated:

I tried this in my page, and the image seemed to repeat.
I dont have enough CSS experience, and I would appreciate any help in setting this up.
You used this in your CSS:
That is invalid CSS. You can see the image if you do:
Just using
background-imagemeans you can only put the url to the image – nothing else.