After uploading images and adding albums to my website, i ran a test to check the XHTML validity of my document. It failed the test with 37 errors (where level=picture)
Is this a mess up in the code? Will there a be a fix for this out soon?
There were some XHTML and CSS errors in 2.1. There are much fewer in 3. However, there are likely a few. Going through the validator output, you could find the offending lines and change them.
Given that 3 has a theme engine, you'll find most errors will stem from the theme itself, except for un-entitied characters (like "&") or the very basic CSS still used globally.
you would also have to edit your generate_sortby($level,$id) function and generate_sortdir($level,$id) function to change some &'s to &'s and add <p>'s after teh <form> tag and before the <select> tag, and adding the </p> after the </select> tag