Wrapping text around a script

Discussion in 'CSS' started by webs, Jun 4, 2009.

  1. #1
    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.
     
    webs, Jun 4, 2009 IP
  2. emed

    emed Peon

    Messages:
    70
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    emed, Jun 12, 2009 IP