Hi,
I'm using the latest FCKeditor in a php page.
This is my problem : I put some tables with border="0" and I use the 'print' button of the editor. Even when the borders are set to "0", they still print. What should I do not to make them appear on the paper ?
Thank you
I'm using the latest FCKeditor in a php page.
This is my problem : I put some tables with border="0" and I use the 'print' button of the editor. Even when the borders are set to "0", they still print. What should I do not to make them appear on the paper ?
Thank you

Re: table with border="0" still appear with the print
I think that the editor shows some table border for guidance, even if border=0, but it does not remove them when printing: FCK.EditorWindow.print()
It should do some clean-up before printing. Any idea how to, where to change this in the code?
Re: table with border="0" still appear with the print
It would be nice if this would be solved with the next version by default, a clean-up before printing.