Skip to Content
0
Former Member
Feb 25, 2009 at 06:55 AM

How to link a css file in the xsl file

53 Views

Hi

I would like to know how to include link to my .css file in my .xsl file.

The scenario here is I want include a background color in my ShowForm.I am trying to do the same using css.

This is the code snippet in my css file

.outerbody {

background-color: B1C1CF;

}

This is how I tried to include a link in my xsl file

<link href="/irj/go/km/docs/Testing/MyNewsDemo/css_test.css" type=text/css rel=stylesheet>