Could someone please look at my blog and tell me why it is coming up with validation errors and help me change the lines of code that are wrong. It's only like 1 or 2 lines that are causing an issue. I'm trying to start a feedburner feed but it will not let me until the code is validated. please argentophoto (dot) com / blog
There are 20 errors, mostly similar. The error messages seem clear cut. Just which errors are giving you trouble? cheers, gary
One step at a time. All foreground images require the alt attribute. <img src="some.png" alt="Eve shoves the apple down Adam's throat" /> Get those fixed. That will rid a lot of clutter from the validation. cheers, gary
The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 404: The element type "div" must be terminated by the matching end-tag "</div>". that's one im having problems with
Look to the bottom of the doc. You have a </div> after the </html>. I suspect that's the one you're looking for. You just need to find its opening tag, and find the spot where it should close. Rather than hunt this down—that's your job, anyway —I ran the source through the Firefox Tidy extension. The resulting cleaned up source is attached. It may be OK, or you may have to do a bit more. cheers, gary