Align Image Bottom Left in Div, With Text Wrap
-
I’ve researched this for days – and as far as I can tell, it can’t be done: As the title says, I’d like to have a div full of text, with an image aligned to the bottom left of the div, and text wrapping along the right of the image.
text text text text
text text text text
_____ext text text
image| xt text text
goes | xt text text
here | xt text textHere’s the div that contains the text:
div.listener_call_nested_left_box{
float: left;
margin-right: 10px;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
width: 25%;
border: 1px solid #c0c0c0;
background-color: #ffffff;
}And the current image class which includes nothing about vertical alignment:
img.alignleft {float:left; margin: 5px 10px 0px 0px; }Thanks for any help!
- The topic ‘Align Image Bottom Left in Div, With Text Wrap’ is closed to new replies.