Reputation: 889
How do I align this text so that it is vertically centered next to the image.
http://jsfiddle.net/frwC2/
Upvotes: 0
Views: 118
Reputation: 2368
http://jsfiddle.net/frwC2/10/
Are you looking for something like this?
Reputation: 324640
Add vertical-align: middle to the containing <div>s.
vertical-align: middle
<div>
Upvotes: 4