+ 1
How to remove indentation between <div>s
Above there is one div with a picture. Below there is another div with a picture. Between them there is a small empty white space. Please, programmers, explain if you know solution for this.
7 Respuestas
+ 1
I tried. But no result. There is nothing in the code that divides them.
+ 1
one after another
+ 1
OK! I will look at it and get you know
0
Try to give div{Margin:0px; padding:0px;}
0
do you want them to come next to each other or one after another
0
div, img{margin:0px; padding:0px;}
if it doesn't work check html code, that u have closed all tags properly
0
I've checked. All tags are closed.