Is there any option in CSS something like End Previous="none" in Item Format?

Hi Everybody,

I am working in CSS-XML workflow and I need to generate a text component that should run-in with previous line. So is there any option in CSS like in End Previous="none" in Item Format.

Please check and advise.

NOTE: There are multiple small text components that needs to render one after another like it seems that these are regular text. 

Thanks!

 Shahnawaz

emoji
Parents Reply
  • HI Chris,

    Thanks for quick response. Using display: inline is working for the first instance and not working for rest of the instances.

    For example: <para>This is a dummy paragraph. <para type="run-in">This needs to be run-in</para> dummy text <para type="run-in">This needs to be run-in</para> dummy text <para type="run-in">This needs to be run-in</para> dummy text.</para>

    I need to render the above input as one paragraph in the PDF:

    This is a dummy paragraph. This needs to be run-in dummy text This needs to be run-in dummy text This needs to be run-in</para> dummy text.

     Can you please assist me to achieve it.

    Thanks! 

    Shahnawaz

    emoji
Children
No Data