I have a problem were I've set an image inside a box but when I run the program i see that the box doesn't contain the image.
I've tried fixing it and realized that when i take out the align = "left"
attribute the problem goes away.
I don't understand why this happens or how to avoid it if someone could explain it that would be great.
You can see the result here
div.body {
background-color: blue;
padding: 15px;
height: auto;
}
<div class="body">
<img id="full" src="../Photos/controler.png" alt="altvalue" hspace="15" usemap="imgmap" align="left" />
</div>