This is an open forum for any mojoPortal topics that don't fall into the other categories.
Does anyone recognize this bit of code? I finally got my newsletter to work. Now when I work with my templates in the newsletter I keep getting this code in the head portion of the template. I try deleting it, but it keeps coming back. I have taken it out of my site fixed it and pasted it back, but it also returns then. It seems to happen in any of the templates I am using. I have no idea where it comes from because I do not recognize it.
<style>.scayt-misspell { PADDING-BOTTOM: 0px; WHITE-SPACE: nowrap; BACKGROUND: url(http://svc.spellchecker.net/spellcheck/lf/scayt/i/waveline.gif) repeat-x 50% bottom; TEXT-DECORATION: none}</style><style>.scayt-ignore { BACKGROUND: none transparent scroll repeat 0% 0%}</style>
Which editor are you using TinyMCE, FCKeditor?
This looks like something injected by the editor to style the spell checker inside the editor. scayt stands for spelling check as you type.
Best,
Joe
I was using FCKeditor, but when I switched to TinyMCE the problem disappeared. Thanks for the help.