View Single Post
  #2 (permalink)  
Old 04-13-06, 08:48 PM
Wuiqed Wuiqed is offline
Wannabe Coder
 
Join Date: Aug 2004
Location: Sverige
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
It looks very nice. An error though is that the page doesn't validate (http://validator.w3.org/check?verbos...2Fmainsite.php). Also, the site is being served as content-type: text/html which is incorrect for browsers that support xhtml, such as Mozilla, Firefox and Opera. For these browsers, the site should be served content-type: application/xhtml+xml, whereas the "dumber browsers" (read: IE) should get content-type: text/html

But hey, it still looks really good, keep it up
Reply With Quote