Quote:
|
Originally Posted by mknight0
does validator.org cache your site, I had 81 problems so I added alt tags to about 35 small arrow images, re-submitted and I still get 81 problems?
|
Hi Ian,
I could only see 69 problems when I tried to validate your homepage (maybe you've just fixed some?). As far as I'm aware, the validator doesn't cache your site.. if you click on "Re-validate" after making changes to your site, the results should reflect your changes.
One or two things I noticed, if you replace the ampersand character (
&) with a
& that will reduce your error count. Also, in your CSS and HTML, using a class for your "left-right" rather than an id will also help significantly. id is used to control a single occurrence of an element, whereas class can be used throughout your pages.
Hope that helps,
Paul
PS. the line numbers would correlate if you were using a text editor to edit your pages. Maybe DW is not counting lines held in a non-editable template area?