Hello. I keep getting these error when validating my code. I think it says the word STYLE is in capitol letters but I cant find anything wrong, anywhere. Any help would be appreciated. http://validator.w3.org/check?uri=http://robbymorton.com/webmaster/
I cant find a spot in the code where it is not lower case. I'm using wordpress so it should only be in the header file right?
I don't know what file that would be in. Wordpress has everything broke up. If I go to the index page the header is not there just a PHP code calling it so I dont know which line is 21. hmmmm I'll look again. thanks.
In the header section of your web page there occurs <STYLE> ..... </STYLE> -- change those to lowercase style. Also you use this comment: /* All pages are, or will become, encloded in <span> s of this class */ Browsers interpret <span> as an active element -- even in a comment -- remove <> so that it reads spans. When you do the above your page will validate. James
So I have went through every file in the theme and I can not find either one in there anywhere. Only file that has the word style in it is the header and it's not in there. And the notes that have the span tag in it I cant find it either. This is weird. Could it be somewhere else on the server or maybe I got hacked I dont know. AHHHHHHHHHHH!!!!!!!!!! Damn it!! lol