Exactly as to any other HTML based document, either use internal or external approach.
peter_budo
Code tags enforcer
15,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
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,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
Can you please post the JSP file?
PS: Please use code tags here is small help
peter_budo
Code tags enforcer
15,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
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,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
Question Answered as of 4 Years Ago by
peter_budo