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, 12:07 AM
Post
#2
|
|
![]() consistently inconsistent. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 509 Joined: Dec 2004 Member No: 74,128 |
<P ALIGN="right">
|
|
|
|
Dec 25 2004, 12:27 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 74,434 |
|
|
|
|
Dec 25 2004, 12:27 AM
Post
#4
|
|
![]() consistently inconsistent. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 509 Joined: Dec 2004 Member No: 74,128 |
Just put it right in front of your music code. :)
|
|
|
|
Dec 25 2004, 12:44 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 74,434 |
umm..sorry again but I did that and it didnt work but when I take off the border code it goes back to normal
CODE <!-- begin code provided by createblog.com --> <style> .blogheader {color: #ff0000; font-size: 16pt; text-decoration: lowercase; font-weight:; padding-bottom: 3pt; text-align: left; letter-spacing:-1px; background:#transparent} }.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 10px veranda; line-height:12px; color:#ff0000; letter-spacing:0.3px; text-align:justify; } table.footer TD { text-align: Justify; } --> </style> <style type="text/css"> table.blogbody { background-color:transparent; family-font: veranda; BORDER: #ff0000 2px solid; width:500px;} </style> <!-- end code provided by createblog.com --> Is there some thing wrong with the border code?.. |
|
|
|
Dec 25 2004, 12:49 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Jul 2004 Member No: 27,401 |
put
CODE <!-- begin code provided by createblog.com --> <br> <!-- end code provided by createblog.com --> before your music box |
|
|
|
Dec 25 2004, 12:50 AM
Post
#7
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Try putting text-align: Justify; tooo text-align: right; somewhere in your css. See if that works?
|
|
|
|
Dec 25 2004, 12:58 AM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 74,434 |
hmmm....nothings working
|
|
|
|
Dec 25 2004, 01:26 AM
Post
#9
|
|
![]() 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 |
|
|
|
Dec 25 2004, 02:46 AM
Post
#10
|
|
![]() I'm Cat. Gotta problem with that? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 394 Joined: Aug 2004 Member No: 43,845 |
i dont see anything wrong with it... i dont see any music drop down list
|
|
|
|
Dec 25 2004, 03:35 AM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 919 Joined: Apr 2004 Member No: 14,856 |
Go to your Website Stats and above
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> <!-- end code provided by createblog.com --> it says CODE <table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"><!-- begin code provided by createblog.com --><P ALIGN="right"> Remove CODE <!-- begin code provided by createblog.com --> <P ALIGN="right"> <!-- end code provided by createblog.com --> and in that same section find CODE <!-- begin code provided by createblog.com --> <td valign="bottom" align="right"> <!-- end code provided by createblog.com --> and remove [CODE] align="right"[/CODE |
|
|
|
![]() ![]() |