Wed, 2012-02-29 21:09
Hello all. I'm not a webdesigner but I know just enough to be dangerous. Today I made one tiny change to a my website and then uploaded the file to my FTP and boom... suddenly the site lost all it's formatting and can't seem to find the style.css file. I need help please. The url is below and I would appreciate your input as I have no idea what went wrong.
thanks, B
Wed, 2012-02-29 21:36
#1
You have syntax errors
The first thing to do is to validate your css. I get these errors, two of which could be a cause of the css not being applied. Hint: look at the quote mark.
4 body Value Error : background-image Parse Error url('images/background.png); background-repeat: no-repeat 311 img.head attempt to find a semi-colon before the property name. add it 311 img.head Parse Error 417 a.feature01:hover .caption01 Value Error : background Too many values or values are not recognized : rgba(255,255,255,0.75 )
cheers,
gary