ASP.NET. Css file in master page.

Posted by w1z on Stack Overflow See other posts from Stack Overflow or by w1z
Published on 2010-04-25T09:53:33Z Indexed on 2010/04/25 10:03 UTC
Read the original article Hit count: 197

Filed under:
|
|

Hi All,

In my application I have next problem. I created master page and some content pages, some of which are located in the nested folders. In the master page I added the link to .css file

<link href="default.css" rel="stylesheet" type="text/css" />

But pages are located in the nested folders can't use this .css file. How can I fix this? I want to have one .css file for all pages (:

Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about css