This my current css http://jsfiddle.net/3xcxb/ I want the output to be like this.. Let
Share
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.
Two small changes:
<ul>s. I’ve added a closing</ul>after every second<li>, and constrained their width in the css. Think of the layout as four columns of two items (or more) each.<ul>s floated left, instead of the<li>s.Updated Fiddle: http://jsfiddle.net/redler/3xcxb/1/