There would be a gap between left and right photos. How do I produce a gapless? I tried using float and display which seem not workable?
echo '<li><a href="'.$row['id'].'"><img alt="'.$row['username'].'" src="photo/'.$phm.'"></img></a></li>';
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.
Not having enough code to look at makes it hard to determine what exactly is causing the gap. Try to reset your li, img and a tags and see if it help. Add this to the top of your css file.
If this doesn’t work. You need to post more code to look at.