Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
Skem9 Website Tutorials | Submited Dec 30, 2007
Notes
In EDIT PROFILE
[center][youtube]http://youtube.com/watch?v=8ZDADcPgoN4[/youtube]
[/center]

In CUSTOMIZE PROFILE
.37182{make a box to hold the video, overflow:hidden; hides everything beyond the box thats IN the box}
p object{
width:44px; height:22px;
overflow:hidden; display:block;
-moz-border-radius:5px;
}
.37182{this moves the video up to the top of the box}
embed{margin-top:-321px; margin-left:-11px;}
OH NOES!!!1!one!!
*html embed{width:1px; height:1px;}
Output

~ 01/07/08, 3:40pm
Code:
<div class="yT">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/ajevIwYNSoc&rel=1"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/ajevIwYNSoc&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>
</object>
</div>
and in [style-tags]:
Code:
.yT{overflow:hidden; height:23; width:44px;}
.yT object{position:relative; top:-325px; left:-10px;}
~ 01/07/08, 2:17pm
~ 01/07/08, 2:12pm
1