I have three divs. One as a container and two inside the first one is the header wish is a bit bigger, the second one is text.
Both are set to margin: 0px;
, but still there is a 4cm gap between them. The container is also set to margin: 0px;
; I also tried making them <h3>
and <p>
with margin: 0px;
but that did not work either. What can I do?
<div class='over'>".rubrik."</div><div class='under'>".inledning."</div><a href='post.php?id=".id."'></a></div>";
CSS: MARGIN:0PX; I MISSED COPYING THE STARTING DIV TAG HERE