View Single Post
  #1 (permalink)  
Old Mar 4th, 2008, 17:27
snappy snappy is offline
Reputable Member
Join Date: Mar 2006
Location: UK
Posts: 100
Thanks: 0
Thanked 0 Times in 0 Posts
Help with validation

Just started validating my site on W3C and where I'm preloading my images for a javascript image map using
Code: Select all
<body onload="MM_preloadImages('image.gif')
it's flagged up as an error "document type doesn't allow element "body" here."

Can anyone help me to validate? First of many I fear!

Thanks
Reply With Quote