Click to See Complete Forum and Search --> : File style.css not found error


soclose
June 24th, 2009, 06:37 AM
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.

Shuja Ali
June 24th, 2009, 02:24 PM
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.