Use the property align om the image tag ie, <img src="" alt="" align="left" />
But still i depends on where the img tag is placed in the html..
Buckley
2010-04-12 11:03:31
Use the property align om the image tag ie, <img src="" alt="" align="left" />
But still i depends on where the img tag is placed in the html..
use Float propert in image and write text normally
Eg
<p>
some text some text some text some text some text some text some text some text some text some text some text some text some text some text
<img src="some.jpg" style="float:left">
some text some text some text some text some text some text some text some text some text some text some text some text some text some text
</p>