Applying CSS on Client Based Application

I have to apply css in my client based application to improve its look and feel.can any one tell me hw dis is achieved or any other measure…related to dis…Thanks

Subject: Applying CSS on Client Based Application

Do you mean to apply it to an application displayed using the Lotus Notes Client?

CSS only applies to HTML / Web based “code/markup,” therefore I am confused by the question.

Subject: RE: Applying CSS on Client Based Application

No, you can use CSS in Notes proper as well, provided that the CSS file is stored as a Style Sheet Resource and is referenced on the form or page using Create->Resource->Insert Resource. Mind you, it is more difficult to achieve some results since you can only differentiate elements that Notes recognises (fields, layers, etc., in addition to an overall BODY element style). If Notes had headings and so forth rather than appearance-based rich text, life would be a lot easier.

Subject: RE: Applying CSS on Client Based Application

I did not know this, thanks for the information Stan. I will have to look into it. Got a sample piece of “code” you sould show us, or a suggestion on what to look at in the help.

Subject: RE: Applying CSS on Client Based Application

i need to improve the look and feel of my applicationi wanted to say that, in the same way css is applied in HTML, is their any alternate in Client-side to improve it look and feel

i want to make the application look attractive?

Subject: RE: Applying CSS on Client Based Application

I would think just about anything you can do in CSS you could do in the notes client, but it will take a bit of work and planning. Like any web page, you may need to put things in tables, layout regions, etc.

Maybe you could do a screen print of something you want to change and explain / show what you’d like to change it to. Others maybe able to explain how to do that.

I assume it’s more complex than wanting to change the font size and colour.