HTML
<div id="form">
<img class="photo" src="---" />
[...]
</div>
CSS
.photo{
float: left;
}
#form {
float: right;
padding: 35px;
line-height: 1.7em;
}
Problem is that the image is attached to the div. I tryed to put margin but don't work. Some solution?