cancel
Showing results for 
Search instead for 
Did you mean: 

How to include CSS file in JSP

Former Member
0 Kudos

Hi Experts,

CSS file availabe in server. I need user that CSS in one of PDK application.

Example: "/usr/sap/ED1/JC03/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/portalapps/style1.css"

I need to include this in one of JSP file.

Regards,

Satya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You would have to place the file in the project folder of your PDK application and give a relative or absolute path to it.


<link rel="stylesheet" type="text/css" href="path_to_your_css_file" /> 

Thanks,

GLM

Former Member
0 Kudos

Hi GLM,

Thanks for reply.

If we place in Project it is very easy to access, but i am asking how to access from server.

Regards,

Satya.

Former Member
0 Kudos

Hi Experts,

Any solution for above issue?

Regards,

Satya.