Hiding prolog in No-tag mode

Post here questions and problems related to editing and publishing DITA content.
Raga Mounika
Posts: 49
Joined: Mon Mar 28, 2016 3:54 pm

Hiding prolog in No-tag mode

Post by Raga Mounika »

Hi Team,

Is it possible to hide prolog section in no-tag mode in oXygen?
If so please provide me the CSS code for that.

Thanks!

Regards,
Mounika
alex_jitianu
Posts: 1009
Joined: Wed Nov 16, 2005 11:11 am

Re: Hiding prolog in No-tag mode

Post by alex_jitianu »

Hello,

Unfortunately you can't style the author mode depending on the tags display mode. Hiding the prolog is easy:

Code: Select all

*[class~=" topic/prolog "] {
display:none;
}
You can put this rule inside a new alternate CSS named "Hide prolog". The user will select this CSS from the Styles item on the toolbar and it will hide the prolog.

Best regards,
Alex
Raga Mounika
Posts: 49
Joined: Mon Mar 28, 2016 3:54 pm

Re: Hiding prolog in No-tag mode

Post by Raga Mounika »

Thanks for the information :)
Post Reply