YoutTube clips. |
YoutTube clips. |
Apr 28 2007, 05:39 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Jan 2007 Member No: 492,672 |
Hey.
I'm trying to put a youtube clip on my myspace page. But it isnt showing up. I have a DIV layout. Is there a trick to do it? Or is there a code i might need? |
|
|
|
![]() |
| *Azarel* |
Apr 29 2007, 01:30 AM
Post
#2
|
|
Guest |
These different parts in your coding are affecting youtube videos (and all other flash objects)..
<style type="text/css">embed, object{ display:block; width:0px; height:0px;}</style> <style type="text/css"> td embed,td object{ position:absolute;top:360px;left:5px; display:block; }</style> EMBED{width:0px;height:0px;} div table table table td font {visibility:visible;} table table embed {display:block; position:absolute; top:11px; left:0px; visibility:visible;} table table table embed {position:static;} .herpe td td object {position:absolute; left:40%; margin-left:-150px; top:300px;} |
|
|
|
_Leesa_ YoutTube clips. Apr 28 2007, 05:39 AM
designingskills There's problaby a code hiding it. Please post... Apr 28 2007, 08:41 AM
_Leesa_ About Me CODELayout made by <a href="http... Apr 28 2007, 11:59 PM
_Leesa_ Okay thank you!
So if i remove that code the ... Apr 29 2007, 03:29 AM
designingskills Yes they should be able to work. Once you remove t... Apr 29 2007, 08:15 AM![]() ![]() |