Page 1 of 1

Hiding attributes

Posted: Thu Aug 11, 2016 12:02 pm
by Raga Mounika
Hi Team,

Is it possible to hide attributes like colspecs is hidden in <table>?
Please clarify me on this.

Thanks and Regards,
Mounika

Re: Hiding attributes

Posted: Fri Aug 12, 2016 8:49 am
by alex_jitianu
Hi Mounika,

A colspec is an element and it is hidden because of a CSS rule like this:

Code: Select all

*[class~='topic/colspec'] {
display : none ;
}
You should put all your CSS rules inside a CSS and afterwards, go to Options->Preferences, on the Document Type Association page and edit or extend the DITA document type. Open the Author tab, then the CSS tab. Press the New button to add a reference to this new CSS. Please note that the CSS should be saved inside {oxygenInstallDir}/frameworks/dita in order for the framework to be self containing.

Best regards,
Alex