Hi,
I am working on section 508 for a mojoportal application developed few years ago. In the Html Source Editor,
There is code:
<iframe src="http://www.youtube.com/embed/xxxxxxxx" width="280" height="200" frameborder="0"></iframe>
But it fails the section 508 because missing message before </iframe>
But after I added text:
<iframe src="http://www.youtube.com/embed/xxxxxxxx" width="280" height="200" frameborder="0">some text </iframe>
I click "Update", and I noticed the "some text " is not saved.
Is there a way to resolve this issue?
thanks,
Sue