tedster

msg:4550775 | 1:35 am on Mar 4, 2013 (gmt 0) |
Would you copy/paste the exact HTML code used for embedding for us to see? You should obscure the link to the video.
|
Timetraveler

msg:4550793 | 3:01 am on Mar 4, 2013 (gmt 0) |
Sure. I actually figured it out, the code was set to 'bottom' and I changed it to 'left' for a buffer and it worked. In case anyone is curious this is what the code is that I used: <div style="float:right;margin-bottom:10px;">VIDEO</div> If you change 'bottom' to 'left' or what you need it will create a buffer.
|
tedster

msg:4550806 | 4:34 am on Mar 4, 2013 (gmt 0) |
Or you can add margin-left="10px" and keep the margin-bottom if you need it too. Glad you got it.
|
|