Playlist Button Help, How can u align buttons for da playlist? |
Playlist Button Help, How can u align buttons for da playlist? |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jan 2005 Member No: 80,211 ![]() |
Hey I need some help lol. I have my playlist aligned in the center of my custom module. But the buttons for some reason are aligned to the left. Is there a way to make the buttons aligned in the center so that they're evenly centered under the playlist itself? Here's the code:
That part in bold, I dont't think it works lol. That's what I put to try and make the buttons align, but apparently it won't. ![]() Does anyone know how? ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jan 2005 Member No: 80,211 ![]() |
Oops okay that part of the code is supposed to be bold but didn't work so just ignore the bold marks. The part I'm talking about though is "align: center" that doesn't work
|
|
|
![]()
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jan 2005 Member No: 80,211 ![]() |
Pleeeeeeease help me if you know lol
|
|
|
![]()
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
If you would be patient and not post three times... People will get to you.
I need the full source of the playlist. |
|
|
![]()
Post
#5
|
|
![]() Im Gavin HI!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 802 Joined: Mar 2005 Member No: 111,644 ![]() |
this should be in xanga help, the reason u arent getting help is because this is for websites not xanga.
|
|
|
![]()
Post
#6
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jan 2005 Member No: 80,211 ![]() |
<< lol sry im a newbie. Here's the code (I cut out the unimportant stuff like my subscription list and stuff so here's the important parts of the code I guess)
Thanks! ![]() |
|
|
![]()
Post
#7
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
Replace this...
CODE <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> With this and see if it works.<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> CODE <div align="center"><input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p></div> |
|
|
![]()
Post
#8
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jan 2005 Member No: 80,211 ![]() |
THANK YOU LOL!!
![]() |
|
|
![]()
Post
#9
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 ![]() |
|
|
|
![]() ![]() |