Skip to main content
Participant
April 14, 2023
Question

Placing ICML with colums

  • April 14, 2023
  • 1 reply
  • 482 views
Our CMS create ICML code which our production then places in our publication. Right now its just placed and then the production team makes coloums and so on. We would like to optimize the process and make the ICML with colums directly from CMS. Im not an icml expert but when exporting the desired result to icml I can see that by using Spread tag TextFramePreference TextColumnCount="3" and then in the store by using SpanColumnType="SpanColumns" on the text which should go over the coloums i can get the correct layout.
My problem is when doing that the icml is always shown on page 1 and not where we place it.
Anyone have som code which i can product to place a text in colums on a specifict page in x coloums.
 
This topic has been closed for replies.

1 reply

Willi Adelberger
Community Expert
Community Expert
April 14, 2023

Columns are either created via several 1-column text frames or a multiple column text frame, best fixed in an Object style. How the process is to be changed depends on the parameters we do not know.

Participating Frequently
April 14, 2023

Im not sure i explain the issue correctly.

Is there anyway in the <Spread>, <TextFrame>,<TextFramePreference> og <Story> tag i can tell the icml which page it should be placed on

When leaving out <Spread>, <TextFrame>,<TextFramePreference> the icml is placed on the current page. 

Participating Frequently
April 14, 2023

Sorry name mismatch. The originally question was asked from my collegues pc