We have a company wide style sheet we use. I do not with to duplicate it in the XSL. What is the syntax to include it?? this is how we do it with html.
<link type="text/css" rel="stylesheet" media="screen" href="http://our.server.com/lib/css/rastyles_screen.css">
<link type="text/css" rel="stylesheet" media="print" href="http://our.server.com/lib/css/rastyles_print.css">
The print one just kills the <div>'s for left menu. No need for that one as most do not print the search results..
Thanks
John
<link type="text/css" rel="stylesheet" media="screen" href="http://our.server.com/lib/css/rastyles_screen.css">
<link type="text/css" rel="stylesheet" media="print" href="http://our.server.com/lib/css/rastyles_print.css">
The print one just kills the <div>'s for left menu. No need for that one as most do not print the search results..
Thanks
John