How to set 0 and like in one line?
<span>
<div id="count">0</div>
<a>Like</a>
</span>
what i tried is : http://jsfiddle.net/ZzXru/5/
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.
Never nest a block level element inside an inline element
You are nesting a
divelement inside aspanelement.I just altered your HTML a bit
See Demo
More on block elements
More on inline elements