Help - Search - Members - Calendar
Full Version: Playlist Button Help
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
caznchicken
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
caznchicken
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
caznchicken
Pleeeeeeease help me if you know lol
talcumpowder
If you would be patient and not post three times... People will get to you.
I need the full source of the playlist.
Lightner
this should be in xanga help, the reason u arent getting help is because this is for websites not xanga.
caznchicken
<< 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! happy.gif
talcumpowder
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>
caznchicken
THANK YOU LOL!! happy.gif
hi-C
Yeah, this should've been in Xanga help but oh well.

QUOTE(caznchicken @ Jun 13 2005, 10:41 PM)
THANK YOU LOL!!  happy.gif
*


Topic closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.