How can I force the following HTML code:
<p><span></span></p>
.. to use vertical space?
if the span has a character, or a space, the vertical space is occupied.
Any way to do it with CSS?
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.
You could do:
However, you should put a class on that span, so it doesn’t affect everything else.
EDIT:
inline-blockwould probably be better.