<html> <head> <style> body { background:#000; } .container { border:4px solid #fff; width:508px; } .myDiv { border:4px solid #ccc; background:#fff; width:500px; height:500px; padding:10px; text-align:justify; overflow:auto; } .myImg { float:left; margin-right:15px; margin-bottom:5px; } </style> </head> <body> <div class="container"> <div class="myDiv"> <img class="myImg" sec="" width="200px" height="200px"> This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. </div> </div> </body> </html>
<html> <head> <style> body { background:#000; } .container { border:4px solid #fff; width:508px; } .myDiv { border:4px solid #ccc; background:#fff; width:500px; height:500px; padding:10px; text-align:justify; overflow:auto; } .myImg { float:right; margin-left:15px; margin-bottom:5px; } </style> </head> <body> <div class="container"> <div class="myDiv"> <img class="myImg" sec="" width="200px" height="200px"> This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. This is some text that I want to wrap around the image. </div> </div> </body> </html>