How to stop removing code from page?
-
My page is forever being stripped of its code for a series of mouseovers on a page.
Here’s an example of the script.<img src=”https://company.com/wp-content/uploads/image.png” width=”90%” alt=”image” /><img src=”https://company.com/wp-content/uploads/name.png” width=”250″ onmouseover=”this.src=’https://company.com/wp-content/uploads/name.png'” onmouseout=”this.src=’https://company.com/wp-content/uploads/image.png'” alt=”title” />
Is there a way to stop TinyMCE stripping it or should I rephrase the script somehow?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to stop removing code from page?’ is closed to new replies.