I’m making a printable certificate. Since background images aren’t enabled by default I’m making a border by placing img tags.
For some reason there are gaps of a few pixels between the img tags…
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.
You just need to make your images block elements:
and it’ll all fall into line. Images are by default inline elements, so as Xavi said you’re getting white space in there from your line breaks. Of course if there’ll be any other images involved, you’ll need to refine your selector.