Forum Moderators: open
My questions to this are:
1) just how important is doctype and validation to the spiders and bots that we want to impress?
2) is there a really old doctype I can declare - or do I have to get back up to speed on my html?
HTML was a hobby of mine 15 yrs ago. I understand the basics, and those pages look pretty good to me. But I want to "get it right" if I can... friends are good thing to have.
Check out w3c.org for all the doctypes...you can go pretty far back!
Current browsers and bots are designed to handle non-valid html. As long as it is structured properly eg no nesting errors, the absence of a dtd is not a problem. HTH.
Other problems are popping up as I validate these pages, mostly nesting errors and missing tags, so at least for me validation is a positive step.
Doing all this also gives me a chance to look at these pages with an eye to total site redesign, something I've approached in another thread, and something I'll do on paper first - not online.
The responses here have been beneficial to me as a newbie administrator, Thanks!
I occasionally leave in the odd IE-specific piece of code like body bgproperties="fixed" to come back to at some later time.
I am gradually moving to CSS. You really do get lean HTML code when all the font, i, b, u, etc, tags are gone. Make sure you use headings <hx> and paragraphs <p> as they were intended. That can help too.