Wrap text around a video help

by 9999
3 replies
  • WEB DESIGN
  • |
Here is what I am trying to accomplish:

Website page is 800 wide, my video is about 300 wide and I would like to put text to the right of the video.

I cannot seem to get the video to float left and have text to the right of the video box

I have tried it using this:

<div style="float:left;margin:0 10px 5px 0;"> Insert embedded video link here</div>



Thanks.
#text #video #wrap
  • Profile picture of the author kaizen
    Try this :

    <div style="float:left;width:300px;">
    video here
    </div>

    <div style="float:right;width:500px;">
    text here
    </div>

    <div style="clear:both"></div>
    {{ DiscussionBoard.errors[6006838].message }}
  • Profile picture of the author mgreener
    If the above is not working, then it is possible that you have some css somewhere that is overriding your settings. Especially if you are using Wordpress and a theme. It might take some digging!
    {{ DiscussionBoard.errors[6007949].message }}
    • Profile picture of the author 9999
      <div style="float:left;width:300px;">
      video here
      </div>
      Worked perfect, thank you!
      {{ DiscussionBoard.errors[6009356].message }}

Trending Topics