Wrapping text around images with captions

Build 1501 on 14/Nov/2017  This topic last edited on: 19/Oct/2016, at 15:45

Images and captions are separate objects, so you are responsible to align them correctly, and to activate dynamic wrap or cut-in individually.

fred_wrap5

Disable default wrap around images and captions

GN4 by default wraps text around images and captions. To disable such wrap, add the following lines to your EditorialConfig:

<Item Name="glbUseRunaroundWhenAddingCaption" Value="false" />

<Item Name="glbUseRunaroundWhenAddingPicture" Value="false" /> 

Make all users to log out and log back on to GN4 client software. IISreset is not needed.

Change default wrap margins around images and captions

GN4 by default wraps text around images and captions with the following values:

Vertical grid value, returned by the GetVG function for top and bottom margins.

Page.GetInterCol * 0.9 for left and right margin.

To customize those values, add the following lines to your EditorialConfig:

<Item Name="glbCaptionRTM" Value="6pt" />

<Item Name="glbCaptionRBM" Value="6pt" />

<Item Name="glbCaptionRLM" Value="6pt" />

<Item Name="glbCaptionRRM" Value="6pt" /> 

Make all users to log out and log back on to GN4 client software. IISreset is not needed.