d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > General Help Archive > Youtube Slot Question.
Add Reply New Topic New Poll
Member
Posts: 10,382
Joined: May 17 2008
Gold: 1.63
Warn: 70%
Jun 8 2011 04:11pm
How would I make it to have two youtube slots side by side?

Everytime I try to do it the one on the right seems to go down a space and doesn't stay where I want it to >.<

Thanks in advance.
Member
Posts: 8,042
Joined: Feb 2 2011
Gold: 69,537.73
Trader: Trusted
Jun 8 2011 04:14pm
I don't think u can
Member
Posts: 8,198
Joined: Dec 28 2006
Gold: 131.86
Trader: Trusted
Jun 8 2011 04:23pm
As far as I know, you can't put youtube slots side by side. They can only be posted on top of each other.
Member
Posts: 8,153
Joined: Dec 30 2005
Gold: 1,333.63
Jun 8 2011 04:26pm
I don't know how to do it, but I have definitely seen it already. Sadly I don't remember the user anymore.
Member
Posts: 10,382
Joined: May 17 2008
Gold: 1.63
Warn: 70%
Jun 8 2011 04:30pm
Quote (Termn8tin_Cobra @ Jun 8 2011 05:14pm)
I don't think u can


Quote (Fault @ Jun 8 2011 05:23pm)
As far as I know, you can't put youtube slots side by side. They can only be posted on top of each other.


Quote (iDGames @ Jun 8 2011 05:26pm)
I don't know how to do it, but I have definitely seen it already. Sadly I don't remember the user anymore.


http://forums.d2jsp.org/user.php?i=233725
Member
Posts: 6,192
Joined: Dec 13 2010
Gold: 6,669.99
Jun 8 2011 04:52pm
try
Code
[CENTER][YOUTUBE]youtube url[/YOUTUBE][YOUTUBE]youtube url[/YOUTUBE][/CENTER]


example:

Code
[CENTER][YOUTUBE]http://www.youtube.com/watch?v=RhxsEDyOtzQ&feature=player_embedded[/YOUTUBE][YOUTUBE]http://www.youtube.com/watch?v=UTVm2H5JXck&feature=player_embedded[/YOUTUBE][/CENTER]


for your first 2 videos
place only one Center, no spaces

haven't tried it myself although rightclick source code

Code
<center><embed src="http://www.youtube.com/v/x59gzDx3j6E" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"> <embed src="http://www.youtube.com/v/5iaHS-skmM4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></center>

as you can see, only one center (for side by side)
you have a center for every video which might cause this

your profile (2 first youtube)

Code
<center><embed src="http://www.youtube.com/v/RhxsEDyOtzQ" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></center><br><center><embed src="http://www.youtube.com/v/UTVm2H5JXck" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></center>

multiple center

hope this works, if not, why not pm the user?
Go Back To General Help Archive Topic List
Add Reply New Topic New Poll