Closed (fixed)
Project:
Front Page
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 21:30 UTC
Updated:
19 Feb 2012 at 14:00 UTC
In Frontpage, How do you get text to wrap around an image?
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