HTML changes (visual to HTML and back)
-
Hello.
I’m trying to embed a video from a website and it works fine on my other website, but on WordPress it does not. What happens, when I flip back to visual then back to HTML, my code changes and when I view it live, it won’t work. How do I avoid WordPress from changing my code?
This is the code I type:
<body>
<iframe width=”420″ height=”345″ src=”https://www.vrideo.com/watch/ytZm6Sa”>
</iframe></body>
Then, when I go to ‘visual’ the video is there. But when I go back to ‘HTML’, this is the code I get:
<iframe src=”https://www.vrideo.com/watch/ytZm6Sa” width=”420″ height=”345″>
</iframe>Some posts suggested I don’t flip to the ‘visual’ tab, but that didn’t work either. If I just stay on the ‘HTML’ tab, the press ‘preview’ or go to my site, I just get a link to my video.
Any help would be greatly appreciated.
The topic ‘HTML changes (visual to HTML and back)’ is closed to new replies.