HTML code for postioning a youtube embeded video?

Paul Houlihan

New member
Hi guys,

Please, please can someone help me with the code for positioning a youtube video (i have the video embeded code already).
I have this so far

style="position:absolute;left:20%; top:20%; height:80%;width:80%">
<object width="260" height="245"><param name="movie" value="http://www.youtube.com/v/S-YEgkxqwhc?fs=1&hl=en_GB&color1=0xcc2550&color2=0xe87a9f"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/S-YEgkxqwhc?fs=1&hl=en_GB&color1=0xcc2550&color2=0xe87a9f" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="260" height="245"></embed></object>
 
Back
Top