Log In · Register

 
Playlist Button Help, How can u align buttons for da playlist?
caznchicken
post 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. _dry.gif

Does anyone know how? happy.gif
 
 
Start new topic
Replies
talcumpowder
post 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);">
<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>
With this and see if it works.
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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: