J?r?me Conus wrote:
>
> I'm afraid I don't get how to apply your answer : where do I have to write
> entry[role="caution"] {
> background-color: fuchsia;
> }
>
> entry[role="info"] {
> background-color: yellow;
> }
>
> ? In a specific file ?
>
You need to customize the CSS style sheets of DocBook.
* Quick and dirty method:
Directly modify <XXE_install_dir>/addon/config/docbook/css/table.imp
* Clean method explained in:
"Customizing an existing configuration"
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html
> Does it mean that in the role attribute of an entry, I would write 'info' or
> 'caution' for exemple ?
Yes. This is needed to colorize the table cell.