.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Prevent Split Image ^^^^^^^^^^^^^^^^^^^ To prevent split image, we must wrap the image with div or another element. Add defined class from css to the corresponding div or element. The css class must contain "page-break-inside:avoid;" for example: css :: .csc-textpic-image { page-break-inside: avoid;} html ::