I've noticed a couple of problems when using ckeditor. One is that the following code was added to portions of my document....
<span style="display: none">
therefore the text within this span did not display. and also i have created a paragraph with the following code....
<span style="font-size: 16px"><span style="font-family: times new roman,times,serif"> This is my test</span></span>
I then use TCPDF to output this text but it is outputted in an extremely small size. I've had no problems with tcpdf before can anyone advise?
thanks
<span style="display: none">
therefore the text within this span did not display. and also i have created a paragraph with the following code....
<span style="font-size: 16px"><span style="font-family: times new roman,times,serif"> This is my test</span></span>
I then use TCPDF to output this text but it is outputted in an extremely small size. I've had no problems with tcpdf before can anyone advise?
thanks
Re: Font problem with PDF and display none
<span _fck_bookmark="1" style="display: none">
<span _fck_bookmark="1" id="cke_bm_124S" style="display: none">
The CKEditor is inside a Div that is popped up using the jQueryUI dialog function. The problem does not happen for every user and we have not been able to reproduce, but our users are getting very frustrated because it appears as if the information they entered has disappeared.