FAQ
id: 3
Category: CSS
Rated: ---
FAQ - CSS
How do I validate my sites CSS code?
You can validate your CSS by going HERE.
Why does the validator say there is no CSS found? I know I wrote some...
It could be you forgot to write the part of code stating its CSS. Your style sheet code should start: <style type="text/css">. If this is not the issue make sure you've wrote the correct url and that you ended the code. It also maybe possible that you didn't put the style tag in the <head> tag or didn't end it.
Why is my code showing up as code on my pages?
Chances are you forgot to end something. Either you forgot the </style> or the } on one of the properties. If that's not the issue, make sure you have the correct code - you may have forgotten <style type="text/css">.
I am using a CSS embedment and the text doesn't change!
You probably didn't do this part correct. You shouldn't have <style type="text/css"> on the FileName.css page. Nor should you have ended it on this page. It should be pure CSS (without any tags). Make sure it is in the head tag. Did you have any typos?
I changed the scrollbar colors but its not showing up in firefox or any other browser, why is this? Why does it say it's all invalid?
Scrollbar colors aren't valid CSS, and therefore it will never validate if you have scrollbar properties changed. Scrollbar changes are only visible in IE.
Is your question not here? Contact Us.


