I'm starting up with an advertising company that involves embedding videos into my blog posts. However, I can't seem to figure out a way to wrap the text around these videos the same way I can with an image. Does anyone know how to do this? The script in question is: <script type="text/javascript" src="http://video.unrulymedia.com/wildfire_5621238.js?vn=aCTMT-1243501293657"></script> Cheers.
put the code inside a div and before the text: <div style="width:300px;height:324px;margin:5px;float:right;"> <script type="text/javascript" src="http://video.unrulymedia.com/wildfire_5621238.js?vn=aCTMT-1243501293657"></script> </div> the text here Code (markup): you can change the float from right to left, change the margin etc.