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
|
|
![]() 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> |
|
|
![]() ![]() |