I work for a university and we need all of our websites to comply with W3C standards. We use the FCK editor on all of our sites and when I've tried validating them, I get this error:
document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
I believe this is caused by <p> tags being inside of the <span> tags that FCK seems to wrap around everything typed into the editor.
My question is, can I change what tag FCK uses to wrap content in the editor? If so, how would I go about doing this?
Thanks.