Pictures overlaying text

  • Bern,

    No guarantees, but until Julian gives you the *correct* answer, please try this $define in, say, wpinc.inc (or however else you set $defines), then recompile your version of WPTools 5.

    Code
    {$DEFINE AllowTallObjects}

    My guess about what's happening is WPTools is forcing the image to be within the bounds (i.e., bottom border in this case), of the page. The above define tells it to not force placement of the image.

    As always, I issue a blanket disclaimer in case my suggestion doesn't work..:)))

    Regards,
    richard diamond

  • Bern,

    I thought about this some more. The AllowTallObjects $define won't help you, that's used for a different purpose, entirely. Fire the guy who suggested that... Oh wait, it was me....

    Try this one instead:

    Code
    WPRichText1.FormatOptions := WPRichText1.FormatOptions + [wpDontAdjustFloatingImagePosition];

    That one sounds more likely to work.

    Sorry for the confusion!

    Regards,
    richard diamond