Wondering if anyone would mind helping me out here.
I have put this registration form together www.systemserp.co.uk/candidates/register2.htm and it uses some nice unobtrusive JS to enhance the form and a little client side validation.
I have 2 issues with the validation script: when you hit submit the script writes error indication images in front of the element which nudges the form element out of alignment and also breaks the form enhancements (bolding label etc - the label needs to be next to the form element without whitespace)
I cant work out what is writing the img to beginning of the element and if it can be written after the element. My grasp of JS is improving but mighty slow!