I’ll explain how to wrap text around an image in a youtube video at the end of this post and also show you how to wrap text around a video.
This requires you to add a small amount of html code to the beginning of your embed video code and a div tag at the end.
Here it is.
<div style="float:left;margin:0 10px 5px 0;"> Add this code to the start of your youtube video code.
</div> Add this code to the end of your youtubevideo embed code
This is what it will look like on my video
<div style="float:left;margin:0 10px 5px 0;"><object width="1280" height="745"><param name="movie" value="http://www.youtube.com/v/IVXz9TArNIk?fs=1&hl=en_US&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IVXz9TArNIk?fs=1&hl=en_US&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1280" height="745"></embed></object></div>
If you want to move the video to the right, just change where it says left in the pink code to right.
You may also want to change the margin which you can do by changing these numbers here margin:0 10px 5px 0
Video on Wrapping text around an image
