Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
When I edit a textarea field using the wysiwyg editor in the firefox browser, the line below is added when I save the page. Actually, every time I save the page, that same line is repeated.
<p>&lt;style type=&quot;text/css&quot;&gt; &lt;/style&gt;</p>


It doesn't do that with the Chrome browser.

Is anyone else having this problem?
Hi,

Added in the sense it gets added automatically? Perhaps some browser addon is at work here?
Anyway, please use the 'source' toolbar button to examine the HTML behind. Try deleting the string from there.

If the behavior persists, please grant me access to the site and I'll take a look.

Thanks.
Okay, I tried it again on several browsers. It's actually working on Firefox. Currently my main browser is a Firefox derivative called Waterfox. That's the one that's causing the problem.

Every time I click the Source button it adds a style tag inside the text editing area. So after clicking it 3 times, I had the text below. It must be something with the browser. Not a problem. I can just have the client edit the site with a more standard browser.

<style type="text/css">
</style>
<style type="text/css">
</style>
<style type="text/css">
</style>
3 posts Page 1 of 1