Embedded Video Not staying put
-
I have a website that I am working on at the following link: Website
When I embed my video you see that it shifts it way to the right and doesn’t stay within the constraints of my theme. Code used to do this is shown below:
<div style="float: right;"><iframe style="width: 400px; height: 225px;" src="http://www.youtube.com/embed/IwTsKA8NEWY?rel=0" allowfullscreen="" frameborder="0"></iframe></div><p>One of the first universal tipsIf I float it to the left it lays overtop the text and if I try this:
<iframe style="width: 400px; height: 225px; float: right;" src="http://www.youtube.com/embed/IwTsKA8NEWY?rel=0" allowfullscreen="" frameborder="0"></iframe><p>One of the first universal tipsIt blocks a bunch of white space on the right and at the bottom of the video. Can anyone clear this up?
The topic ‘Embedded Video Not staying put’ is closed to new replies.