I have created some cognos reports and i want to override the global design in some of them (prompt pages and report pages).
I would like to know if it is possible to load different custom css files per report.
If this is not possible then how can i load a global custom css together with the global cognos css?
Add an HTML Item with something like
<link href="http://your.server.com/css/reports.css" type="text/css" rel="stylesheet">
in the header of your report.