Answer: Wrap the div element with fload:left style.
<div style="float: left">
<img src="fsdaf.gif" />Your contents goes here.
</div>
To reverse, ie float the image in the right side and let the content fill the space at the left and further down, specify float:right style.
Asked In: Many Interviews |
Alert Moderator