Total Pageviews

Sunday, December 4, 2011

Align image and text vertically

<div>
   <img style="width:30px;height:60px;vertical-align:middle">
   <span style="">Text</span>
</div>
See also: http://stackoverflow.com/questions/489340/how-do-i-vertically-align-text-next-to-an-image-with-css

No comments:

Post a Comment