Hello,
I'm very new to both FCKeditor and PHP, but I'm trying to build a newsletter app for a website with both. It's really basic -- basically just a text field and a "send" button.
I got FCKeditor installed fine, but the problem is, when I use it to format email messages they don't appear right on the receiving end. Any styling that uses double quotes (most of it) gets ignored.
Like I said, I'm really new to this. If it isn't a FCKeditor problem, can you point me in the right direction? And if it is -- can I disable the double quotes?
Thanks so much!
I'm very new to both FCKeditor and PHP, but I'm trying to build a newsletter app for a website with both. It's really basic -- basically just a text field and a "send" button.
I got FCKeditor installed fine, but the problem is, when I use it to format email messages they don't appear right on the receiving end. Any styling that uses double quotes (most of it) gets ignored.
Like I said, I'm really new to this. If it isn't a FCKeditor problem, can you point me in the right direction? And if it is -- can I disable the double quotes?
Thanks so much!
Re: Using FCKeditor to format email messages
"they don't appear right on the receiving end."
that's not much of information. Can you be more specific? Where does it all go wrong? When the newsletter is saved? When it is send? When it's opened in Outlook?
The styles can be ignored because a style is defined in the editor itself. You don't send the editor and it's styles, so when I receive your newsletter I don't receive the styles.
And what about the double quotes? In the text? In php?