Using C#
In my webpage style sheet is not loading, i am using Google Chrome Browser
Code.
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Data Entry</title>
<link rel="stylesheet" href="G:/style.css" type="text/css" charset="utf-8" />
</head>
</html>
The above code is not loading the style.css file.
How to solve this issue.
Your HREF is incorrect:
You need to either use a relative path:
Or if you must use a file URI, use the correct one – this will mean only people with the correct browser/operating system and with
Gdrive can see the stylesheet: