Hi I have a client that has asked us to implement ckeditor and I have some questions. Ive read through most of the documentation and checked on stackoverflow.
1.
Client will have email templates supplied and wants to copy and paste the html from the design house into the html editor of ckedit. Is this feasible?
2.
Can we add reference like this into a head section of a document:
<link rel="stylesheet" type="text/css" href="theme.css">
I only saw inline styling in the examples.
3.
The template have database fields include e.g. for {name} etc. I saw the placeholder addon for linking a template to database fields.
http://ckeditor.com/addon/placeholder
Does this work ok?
Thanks for any help.