I want to use css at lotus notes client
- Create the stylesheet in any editor, you can, for example, have this info in the css:
table.IncomingSource {
border-width: 0px;
border-spacing: 0px ;
border-style: solid;
border-color: black;
border-collapse: collapse;
}
table.IncomingSource th {
border-width: 1px;
padding: 0px;
border-style: solid;
border-color: black;
}
table.IncomingSource td {
border-width: 1px;
padding: 0px;
border-style: solid;
border-color: black;
}
-
Call it whatever you like, as in “teststyle.css” and save it somewhere on your disk.
-
Create the stylesheet as a shared resource in your database. Just go to “Shared resources” → “Style Sheets” and select the file you just created.
-
In your forms, place the cursor anywhere you like, but a good place is at the very top of the form. It doesn’t matter if that is a hidden area of the form or not.
Select menuitems “Create” → “Resource” → “Insert Resource…” and select the stylesheet you just inserted as a shared resource.
- I create a pass-thru HTML as follow
.
.
.
But the style do not apply