When I paste the content in FCK, break tags are added like this:
When I run the web page in html validator, getting error:
----------------------------------------
Line 68, Column 4: NET-enabling start-tag requires SHORTTAG YES.
<br />
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
----------------------------------------
How to change <br /> to <br> ?
please advice.
my text. <br /> <br /> some more text
When I run the web page in html validator, getting error:
----------------------------------------
Line 68, Column 4: NET-enabling start-tag requires SHORTTAG YES.
<br />
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
----------------------------------------
How to change <br /> to <br> ?
please advice.

Re: <br /> are not validated in W3C validator? How to chan
I just want to change <br /> to <br> when FCK saving the text.
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
>
http://docs.fckeditor.net/FCKeditor_2.x ... ns/DocType
http://blogs.stonesteps.ca/showpost.asp?pid=12
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
http://docs.fckeditor.net/FCKeditor_2.x ... ns/DocType
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
Re: <br /> are not validated in W3C validator? How to chan
http://docs.fckeditor.net/FCKeditor_2.x ... ns/DocType