Help - Search - Members - Calendar
Full Version: Videos
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
tommyhottie
How do I put video in a DIV?
YourSuperior
Edit the bolded parts. Use margin-left to move the div left or right, and use margin-top to move the div up or down. You can also edit the width and the height of the div.
CODE
<style type="text/css">
.videodiv{
position: absolute;
overflow: auto;
margin-left: 00px;
margin-top: 00px;
width: 00px;
height: 00px;
}
</style>

<div class="videodiv">
PUT THE VIDEO CODE HERE
</div>
tommyhottie
It didnt work
YourSuperior
Post the codes. I wanna see what you did wrong. I hope you didn't just paste the video code where I told you to and not edit the css.
tommyhottie
OMG sorry.
I found out FF doesnt work with the vid.
sorry ^_^
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.