Wrap Text Around a Graphic A How-To Recipe Nov 2006
IssueIn many cases you will want to present a small graphic but, to keep the presentation "tight", you want the text flowing around it.
Example![]() Here is a simple example of text flowing around a graphic. This is used to make the presentation compact or to present a description of the graphic side-by-side so it is easy for the eye to move between the two. Once the text is below the graphic it resumes normal formatting.
Solution
Markup FrameworkSteps to flow or wrap text around a graphic are:
Additional Formating
Stop the WrappingIn some cases the text you want to wrap is shorter that the grahpic. This will lead to the next element started as part of the flow arround the graphic. To stop the wrapping process put the markup below after the last element you want to wrap. <<HTML( <br clear="all"> )>> | Table of Contents |