I have a CSS error that i cannot seem to solve with margin or padding. Probably a quick fix, just need someone to look at it
The problem is with the text that appears down and to the right side, which is enclosed in a single font tag.
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.
hint : do not use
fonttag .. it is deprecatedAdd to the
#formcss ruleoverflow:hidden.Also to the
fonttag (or thespanyou will use instead), addfloat:leftandclear:bothas well as the margins/paddings you want.Read http://www.alistapart.com/articles/css-floats-101/ and http://css-tricks.com/all-about-floats/ to learn how floated elements work.