I'm using the following code inside the <head> tag of the HTML page.
<link href="css/pagetemplate.cs s" rel="stylesheet " type="text/css" title="PGApp Stylesheet">
The stylesheet is getting loaded properly in both IE and Firefox when the page has .html extension. If I'm converting the files to .jsp, the stylesheets the not getting loaded while running the .jsp in Firefox.
It is showing some error in the MIME type. How to resolve this problem.
Pease help!!!
Thanks
<link href="css/pagetemplate.cs s" rel="stylesheet " type="text/css" title="PGApp Stylesheet">
The stylesheet is getting loaded properly in both IE and Firefox when the page has .html extension. If I'm converting the files to .jsp, the stylesheets the not getting loaded while running the .jsp in Firefox.
It is showing some error in the MIME type. How to resolve this problem.
Pease help!!!
Thanks
Comment