CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    74

    File style.css not found error

    Hi All,

    I'm a novice in web development. I make a tutorial from this link - file:///E:/New%20Wave/Download/Code/ASP%20Train/tutorial-01-cs.aspx.htm. when coding them, i got an error "File Style.css not found". how to solve it?

    This error happens in this html below:
    <link href="Styles.css" rel="stylesheet" type="text/css" />

    By the way, how to type a website link in Thread.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: File style.css not found error

    The error that you have shown say Style.css, where as the HTML contains Styles.css.

    Anyways, try checking if the css file is present in the same location as the Web form.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured