This is my problem : http://jsfiddle.net/F6pNm/8/
I need the text to appear on same line as the links. But it keeps using adding a empty line at the right.
EDIT: Forgot to mention, I need the text within the div to be centered between the links.
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.
if you add this:
#footer {text-align:center;}and add
#flash {display:inline}to the ‘flash’ idif will work
: http://jsfiddle.net/F6pNm/24/
note: This will also work if you want to center more than one div, just use a
classinstead of anid(and.instead of#) to apply it to multiple divs