I consider myself a novice to css, however I am taking a crack at developing a website utilizing css and I'm learning quickly that errors come easily!
I've developed an initial template primarily in html and incorporated a css layout and placed everything where I wanted it and how I wanted it to appear.
In developing navigation, I used a css horizontal bar and to incorporate it into my many pages, I'm using shtml and the good old include command.
There is some javascript thrown into the site for connections to social networking too.
I ran the page through html tidy and got tons of errors. Apparently, tidy says I can't mix css, and basic html without getting tons of errors.
Any thoughts on this?