The text have a big space in the bottom here: http://jsfiddle.net/qHaFR/
And I am not able to remove it.
Can you tell me how to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The wrapper, in this case
<span>needs to be a block element with width and height defined. You’ll also need to change the line-height to match the height of the container.So your style would look like:
Just to clarify, were you trying to wrap
Ain an element such as<div>or<h1>you shouldn’t need to declare itdisplay: blockbecausedivandh1are already block.