[pmwiki-users] Image Positioning and Text Wrap

Patrick R. Michaud pmichaud at pobox.com
Wed Dec 28 01:40:56 CST 2005


On Tue, Dec 27, 2005 at 10:59:04PM -0500, DaveG wrote:
> Is there any way to either left or right float an image horizontally 
> with text wrapping, but vertically have following text flow as it 
> normally would? Thus:
> 
> image1 Some text that
> image1 wraps around the image
> image1
> image1
> 
> image2 The next paragraph of text
> image2
> 
> Example, of what doesn't work: 
> http://www.mr2wiki.com/pmwiki/pmwiki.php?n=Main.WikiSandbox

Use the [[<<]] markup.

    !! Heading 1
    %lfloat% Attach:image1.png
    This text wraps on the right side of image1.png.
    So does this.

    [[<<]]
    !! Heading 2, below the above image
    %lfloat% Attach:image2.png
    This text wraps on the right side of image2.png, which is
    guaranteed to be below image1.png.

Pm




More information about the pmwiki-users mailing list