Adding new css to a web report
I've insert a block report into an html page and select the beige template.
Now I need to include a new css instead of the rwbeige.css.
I found that rwbeige.css is in \devsuitehome_1\reports\docroot\css. I modified this css and renamed as Mystilesheet.css and change in my JSP. I did the same in my laptop and also in the AS server where also Oracle Reports is installed.
From:
<rw:style id="rwbeige270">
<link rel="StyleSheet" type="text/css" href="css/rwbeige.css">
</rw:style>
To:
<rw:style id="rwbeige270">
<link rel="StyleSheet" type="text/css" href="css/Mystilesheet.css">
</rw:style>
But when I run the report, I got no format at all. I am running this in Windows.
Please any help will be appreciated.
Thanks again.