CSS Extension

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

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

Example - embedded CSS

An extension with embedded CSS is installed.

When Concordion.NET 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.NET is run, the resource /css/my.css is available in the Concordion.NET output directory, and a link to the external stylesheet css/my.css is declared in the output HTML.