I included a link above. Here it is again.
Part of my track record. 1300 pages. 1000 graphics. [Oversaw design and implementation, including information mapping, template design, content architecture.] There is a convenient "validate XHTML" link at the bottom of each page.
p.s Re: autooptic.com. [ I don`t mean to nitpick, but I also noticed...]
Table-based layouts are often needlessly demonized. To the end user, it doesn`t matter whether your site uses table-based or CSS-based positioning. In over 10 years or working with web-based software, I`ve never seen this be an issue; every browser knows how to render a table. If it works, it works!
(just my $0.02...)
Table-based layouts are often needlessly demonized. To the end user, it doesn`t matter whether your site uses table-based or CSS-based positioning. In over 10 years or working with web-based software, I`ve never seen this be an issue; every browser knows how to render a table. If it works, it works!
(just my $0.02...)
When you say "poorly coded" do you mean malformed HTML? Or do you consider any table-based layout to be poorly coded? 
IE 6 in general is very forgiving of malformed HTML. But IMO well-coded table-based layouts are a valid alternative to CSS. (as long as it looks the same to the end user!)