Css

Hi All,

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.

ADV THANKS

SUMAN

Subject: CSS

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.

Subject: RE: CSS

Thanks Andrew for ur quick response.

I will try to do it on the page.

cheers

SUMAN

Subject: RE: CSS

Style sheets can also be stored as shared CSS resources, which allows you to reference them easily.

HTML Head Content → Right click → Insert Resource… → select from available resources.

Subject: RE: CSS

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.

Regards

A