Friday, 27 September 2013

html center text to image

html center text to image

This is the code I did:
<div>
<p>
<span class="pic"
style="background-image:url(resources/{image})"></span>
<span class="name"> bla</span>
</p>
</div>
how can I make the text to be in the center and the picture only at the
left? I tried text-align:center and it didn't work

No comments:

Post a Comment