Concordion > Extension >

CSS Extension

CSS resources can be added to the Concordion output using an extension. The CSS can either be:

  1. embedded in the Concordion output HTML, or
  2. linked, in which case the CSS file will be copied to the specified location in the Concordion output folder and a CSS declaration added to the output HTML.

Example - embedded CSS

An extension with embedded CSS is installed.

When Concordion is run, the CSS is embedded in the <head> section of the output HTML.

Example - linked CSS

An extension with linked CSS is installed for the CSS file my.css with the target location /css/my.css.

When Concordion is run, the resource /css/my.css is available in the Concordion output directory, and a link to the external stylesheet css/my.css is declared in the output HTML.