the links below the copy that i have on this tab look poor, how can i combat this
http://www.facebook.com/pages/Testing-page-for-pets/142212209151821?v=app_7146470109
its a css issue, best way round this?
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 text-align there is set to justify, it is fine for the paragraph, but not for the links.
add a css rule to the links, and set it to left, right or center.
use firebug with firefox to debug such problems.