HTML code sanitized when going back to edit page
-
I am adding this code to one of my pages:
<embed src="https://novelconcepts.co.uk/FlashElementTD/FlashElementTD.swf" menu="false" quality="high" bgcolor="#333333" width="650" height="450" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />
..I save the page and can play the flash game. But now if I edit the page, to add let’s say some info around the game and hints and tips, the code i added have been sanitized.
It now looks like this:
<ibed menu="false" quality="high" bgcolor="#333333" width="650" height="450" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer"></ibed>
..and the game is not working anymore, so I have to add the correct code again. Any clues?
- The topic ‘HTML code sanitized when going back to edit page’ is closed to new replies.