How can I make my image in the center of the image?
I have put red boxes where I'd like the text to go, as shown in this image:
Here's my current code in a JSFiddle
HTML
<img src="http://media.steampowered.com/steamcommunity/public/images/avatars/ef/ef866067efc58dc49c7de0a39622eb5d7b6532bd_medium.jpg" />
<span class="target">
<b> <a href="#"/>'Mouse'</a></b> - ' . Mouse . '<br />
</span>
CSS
span.target{
display:inline;
}