Hello.
I'm using CKEditor with FPDF to create PDF files on the fly. The PHP code doesn't render P or Spans but does understand B, Strong, U, I and Font.
Is there a simple way to tell CKEditor just to render text inside a Font tag
Regards
Graham
I'm using CKEditor with FPDF to create PDF files on the fly. The PHP code doesn't render P or Spans but does understand B, Strong, U, I and Font.
Is there a simple way to tell CKEditor just to render text inside a Font tag
Regards
Graham
Re: Use Font instead of Div and Span
Hi,
please refer to http://docs.cksource.com/CKEditor_3.x/Howto/HTML_Output
Re: Use Font instead of Div and Span
Would you explain please.
Re: Use Font instead of Div and Span