Reputation: 105
I have this bit of code:
<p><img src="img/icon.png" />View</p>
With the inclusion of that img tag, the text "view" is pushed down. Even if i try to give the p tag a line-height equal to the img height, it still looks off balance.
What am I missing? jsfiddle example: http://jsfiddle.net/bLUL6/
Upvotes: 5
Views: 7892