ahh.. sorry if I'm a bother but..HELP? |
ahh.. sorry if I'm a bother but..HELP? |
Dec 25 2004, 12:05 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 74,434 |
Hey again..sorry if I'm a big bother but...look My Webpage on my site the music player and Pervios/Next 5 thingy are all wierd and in the left corner..any one know how to get them into the right corner again?
|
|
|
|
![]() |
Dec 25 2004, 01:26 AM
Post
#2
|
|
![]() xxx hobo ;) ![]() ![]() ![]() ![]() Group: Member Posts: 272 Joined: Dec 2004 Member No: 74,219 |
Lol, don't worry. We've all been through this stage : P
So... That code you used is a border for blogger which goes into WEBSITE STATS I'm not familiar with ur music thing so I dont think I can help you with that.... but there's another way to display more than 1 music.. The drop-down play list ^^ CODE <!-- begin code provided by createblog.com --> <object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> <form name="form"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">Artist Name - Song Title</option> <option value="1">Artist Name - Song Title</option> <option value="2">Artist Name - Song Title</option> <option value="3">Artist Name - Song Title</option> <option value="4">Artist Name - Song Title</option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // Set to 0 to always play first song in list // Set to 1 to randomly choose the first song to play songs=new Array(); // Add song URLs here songs[0]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2]="SONG URL HERE"; songs[3]="SONG URL HERE"; songs[4]="SONG URL HERE"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> I hope all that made sense |
|
|
|
thehappilybleeding ahh.. sorry if I'm a bother but..HELP? Dec 25 2004, 12:05 AM
fåll.tø.pïe©es <P ALIGN="right"> Dec 25 2004, 12:07 AM
thehappilybleeding ummm...where do I put <P ALIGN="right... Dec 25 2004, 12:27 AM
fåll.tø.pïe©es Just put it right in front of your music code. :) Dec 25 2004, 12:27 AM
thehappilybleeding umm..sorry again but I did that and it didnt work ... Dec 25 2004, 12:44 AM
baller30 put
CODE<!-- begin code provided by creat... Dec 25 2004, 12:49 AM
Jus2s1mp13 Try putting text-align: Justify; tooo text-align: ... Dec 25 2004, 12:50 AM
thehappilybleeding hmmm....nothings working ...oh well! screw th... Dec 25 2004, 12:58 AM
Too Asian To DIE i dont see anything wrong with it... i dont see an... Dec 25 2004, 02:46 AM
T.K.O. Go to your Website Stats and above
CODE<!-... Dec 25 2004, 03:35 AM![]() ![]() |