In Frontpage, How do you get text to wrap around an image?
like anywhere else, with align="left" or align="right" on the <img> tag.
align="left"
align="right"
<img>
or you can add a CSS class and give that class float:left or float:right. ;)
float:left
float:right
cheers
Comments
Comment #1
luco commentedlike anywhere else, with
align="left"oralign="right"on the<img>tag.or you can add a CSS class and give that class
float:leftorfloat:right. ;)cheers