I want to insert the audio plugin to a page where my only editing option is TinyMCE. Here is the code:
<div id="audio" style="display:block;width:350px;height:30px;" href="/media/audio/didj/ah423.mp3"></div>
When I save, TinyMCE strips out the href="...". Any suggestions on how to prevent this is appreciated.
Thanks.
<div id="audio" style="display:block;width:350px;height:30px;" href="/media/audio/didj/ah423.mp3"></div>
When I save, TinyMCE strips out the href="...". Any suggestions on how to prevent this is appreciated.
Thanks.