I am new to web applications i have created a new stylesheets written the code in notepad and saved on the desktop. while using this CSS, the .css file should be in the domino directory or it can be else where in our local workstation.currently i am working on local.
Can any body tell me about CSS usage in lotus notes.
It may be possible to reference CSS in a folder on the server, but usually I just make it a page (and set “treat contents as HTML”) or a file resource. You can then refer to the CSS via the database path. eg. /mydb/mycss.
But then You won’t be able to add a computed images (useful when You don’t want to write a full path “by hand” but by computing the database path). CSS files without any images can be simply put like You had written, by inserting shared resources.