Posted by msuc117 on 07/13/07 03:39
On Jul 12, 10:16 pm, - <"bgyuobhjo[i"@hotmail.com> wrote:
> ... and text is flowing around nicely?
>
> Pic could be left or right or in the center.
>
> Can someone post a sample?
>
> Thanks in advance...
you can use the "align" attribute of the img tag to position the image
left, right or center within the text or
use the float inline style on the img tag to position the image to the
left or right within the text
<div>
[text]
<img src="pic.jpg" align="center" />
[text]
</div>
<div>
[text]
<img src="pic.jpg" style="float: left;" />
[text]
</div>
Navigation:
[Reply to this message]
|