I can't seem to float my image and the text does not wrap around it. I've tried clear:both but it doesn't seem to work.
#tree {
width:175px;
height:250px;
float:right;
margin-left:20px;
margin-top:24px;
}
#blackwhite {
width:200px;
height:125px;
float:left;
clear:both;
margin-right:20px;
margin-top: 100px;
}
Thank you for your help in advance!