|
jaybee -> RE: Need critique for refurbished via EWD site (9/15/2006 5:43:13)
|
Interesting Kerry. It's the first one I've seen developed for real in EW and goes some way to proving what I suspected would happen. Out of the box EW produces compliant code but as soon as people start to mess with the templates, navs etc it all goes pear shaped. First off the site looks very nice, clean, clear, not mad on all the pop-ups but hey, that's just my opinion. Now, being the geek that I am after a quick look at the page I then head straight for the code and that's where I found the interesting stuff. The body of the page is pretty good - clean, tableless, code but where the template has gone in, or maybe where you've added some bits, tables have been used, eg. for the footer, instead of divs. You have the doctype set to XHTML 1.1 which the code so isn't, and the validator returns 70 odd errors per page. I suggest you alter doctypes for future stuff to HTML 4.01 transitional as at the moment you're forcing the browsers into quirks mode.
|
|
|
|