Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. Yours:
  2. <iframe style="{ float:left; margin-right:15px; } width=" 320"="" src="http://www.youtube.com/embed/y9BR3yC4X8Y" allowfullscreen="" frameborder="0" height="180"></iframe>
  3.  
  4. Correct:
  5. <iframe style="float:left; margin-right:15px;" src="http://www.youtube.com/embed/y9BR3yC4X8Y" allowfullscreen="" frameborder="0" height="180" width="320"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement