In order to pass W3C validation, I need to escape &'s in the URL (for example, http://www.element17.com/?level=picture<strong>&</strong>id=614). So I would need to be able to get that to read as http://www.element17.com/?level=picture&id=614, everywhere said URLs are generated.
Obviously a better alternative would be cruft-free URLs, but for the life of me I can't get those going. Maybe if someone had a happy easy tutorial for enabling them...
At any rate, can someone advise as to what I need to change to get those ampersands escaped?