Figures in steps and substeps

Post here questions and problems related to editing and publishing DITA content.
gloryman21
Posts: 11
Joined: Mon Feb 18, 2019 10:07 am

Figures in steps and substeps

Post by gloryman21 »

Hello!

I use DITA-PDF-CSS transformation.
I want to use pictures in task for the whole width of taskbody as in the topic but at the same time keep the structure of steps.
How to do this without changing the structure of the parent elements?
Dan
Posts: 501
Joined: Mon Feb 03, 2003 10:56 am

Re: Figures in steps and substeps

Post by Dan »

Do you mean a background image for the task?
Set an outputclass on the tasks you want to have that background and write a CSS rule to match it and set the background to the element. Another way would be to have a special page and associate it to the tasks class. Read about page backgrounds here: https://www.oxygenxml.com/doc/versions/ ... und_images

Many regards,
Dan
Post Reply