Playlist Button Help, How can u align buttons for da playlist? |
Playlist Button Help, How can u align buttons for da playlist? |
Jun 13 2005, 02:40 PM
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? |
|
|
|
![]() |
Jun 13 2005, 08:08 PM
Post
#2
|
|
![]() 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> |
|
|
|
caznchicken Playlist Button Help Jun 13 2005, 02:40 PM
caznchicken Oops okay that part of the code is supposed to be ... Jun 13 2005, 02:42 PM
caznchicken Pleeeeeeease help me if you know lol Jun 13 2005, 03:05 PM
fishcake-y If you would be patient and not post three times..... Jun 13 2005, 06:57 PM
Lightner this should be in xanga help, the reason u arent g... Jun 13 2005, 07:16 PM
caznchicken << lol sry im a newbie. Here's the code ... Jun 13 2005, 07:44 PM
caznchicken THANK YOU LOL!! Jun 13 2005, 09:41 PM
Madame C Yeah, this should've been in Xanga help but oh... Jun 13 2005, 11:34 PM![]() ![]() |