should this not be contained within the div its in?
img style="position: absolute; top: 0px; left: 0px;"
it is displaying as one would assume outside of a div tag.
Whats the "best" way to get this contained?
float: left; is putting it in the correct location, however the text that is inline with it is not centering properly, and is moved to the right the same width of the picture.
img style="position: absolute; top: 0px; left: 0px;"
it is displaying as one would assume outside of a div tag.
Whats the "best" way to get this contained?
float: left; is putting it in the correct location, however the text that is inline with it is not centering properly, and is moved to the right the same width of the picture.