Peter Pilgrim wrote:
> 
> How do I get a  "*.css" file recognised as valid Java Server Page?

Have you tried;

<link rel=stylesheet type="text/css" href="style/font_styles.jsp">

and in the jsp;

<%@page contentType="text/css"%>


-- 
- Torgeir

Reply via email to