Hi, to keep my website in compliance with standards, I need FCKEditor to stop putting <br /> in the source code and put <br> there instead!
I have found a 'doctype' property in fckeditor.js which I have set as follows, but it still doesn't solve the problem:
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">' ;
Any help is appreciated! Many thanks!