Exactly as to any other HTML based document, either use internal or external approach.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Incorrect order of tag elements, it should be as
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
also make sure their are in correct directory (in your case together with JSP document)
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Can you please post the JSP file?
PS: Please use code tags here is small help
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Just did little bit of search on internet and seems to me there is more trouble with use of the root then you want to go through. Just replace it with html or html,body
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902