pen
06-11-2009, 10:07 AM
I have a div tag with the style below added.
<div style="position:relative; left:190px; bottom:130px; clear:both;float:right;margin:5px;padding:0px"><img src="../../images/penLogo.png" /></div>
In the div I have an img tag with an image. The text in the body of the page wraps around where the div was before it is moved and it doesn't matter the order of the styles. Is there a way to get the text to respect that the div has been moved and wrap around the new location?
<div style="position:relative; left:190px; bottom:130px; clear:both;float:right;margin:5px;padding:0px"><img src="../../images/penLogo.png" /></div>
In the div I have an img tag with an image. The text in the body of the page wraps around where the div was before it is moved and it doesn't matter the order of the styles. Is there a way to get the text to respect that the div has been moved and wrap around the new location?