I am using the center tag to center a heading in my form, \"Please register your details\". It works perfectly like I want it to but it fails the validation. Does any one else
Instead of using which will force your design to be centered forever, you should deal with it in CSS:
form legend { text-align:center;font-weight:bold; }