This is a migrated thread and some comments may be shown as answers.

Best way to wrap text around photo

1 Answer 57 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 07 Mar 2008, 03:54 PM
I'm looking for the best way to have text wrap around a photo.  In native Sharepoint you could drap your photo to the start of a paragraph and then click the justify right on the tool bar and the text would wrap around it very nicely.  this same procedure doesn't seem to be working with the radeditor .  It right aligns the image but it's outsite the <p> so it doesn't include the text.

Any ideas would be most helpful.

1 Answer, 1 is accepted

Sort by
0
Terry
Top achievements
Rank 1
answered on 07 Mar 2008, 05:18 PM
Although not replicating the MOSS behavior you speak of, one option is to just provide img targeted classes.

img.right
{
float: right;
margin-left:10px;
}

img.left
{
float: left;
margin-right:10px;
}

User selects the image, chooses the class from the "Apply CSS Class" drop down and the image will behave like you wish.

Just an idea.
Tags
WebParts for SharePoint
Asked by
Mark
Top achievements
Rank 1
Answers by
Terry
Top achievements
Rank 1
Share this question
or