In Frontpage, How do you get text to wrap around an image?

Comments

luco’s picture

Status: Active » Closed (fixed)

like anywhere else, with align="left" or align="right" on the <img> tag.

or you can add a CSS class and give that class float:left or float:right. ;)

cheers