How do I change my button colors? |
![]() ![]() |
How do I change my button colors? |
Oct 30 2005, 10:23 AM
Post
#1
|
|
|
noob blogger ![]() ![]() ![]() Group: Member Posts: 39 Joined: Jul 2005 Member No: 181,232 |
|
|
|
|
Oct 30 2005, 01:31 PM
Post
#2
|
|
|
Ill get around to doing that.... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 518 Joined: Oct 2005 Member No: 275,913 |
get a host like photobucket then make your graphic in a painter program host it copy the url insert it inb place of the current url
|
|
|
|
Oct 30 2005, 02:03 PM
Post
#3
|
|
|
noob blogger ![]() ![]() ![]() Group: Member Posts: 39 Joined: Jul 2005 Member No: 181,232 |
I have a host and I have the buttons, but when I insert it in place of where the text is, the old button (the one you can see on my site now) sticks out underneath my new buttons (which are smaller buttons then what is currently there).
|
|
|
|
| *digital.fragrance* |
Oct 30 2005, 02:15 PM
Post
#4
|
|
Guest |
Could you please post the code that is currently in your looks and feel?
|
|
|
|
Oct 30 2005, 03:42 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
You can't put pictures in it....
But I do know how to change the color of it. QUOTE(Kenado @ Aug 21 2005, 2:48 PM) Q. How do you change the colors of the drop down playlist? A. Simple edit this code however you would like to. CODE <style type="text/css"> select{ color:#000000; background-color:#FFFFFF; font-family:arial; font-size:10px; } input { color:#000000; background-color:#FFFFFF; font-family:arial; font-size:10px; } </style> Q. How do you change the colors of the Juke Box Player? A. Use this code. It lets you change the color in the player. Q. What do I edit in that code to change the color? A. This edits the color of the playlist. CODE <SELECT style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 300px; COLOR: #ffffff; font-face: arial;" ID="playlist" size="1"> This edits the color of the buttons. CODE <BUTTON style="background-color: #black;" ID="BackButton" onClick="Back(forms['form'].playlist);"><FONT color="#ffffff"> << </FONT></BUTTON> <BUTTON style="background-color: #black;" ID="PlayPauseButton" onClick="PlayPause(forms['form'].playlist);"><FONT color="#ffffff"> Play </FONT></BUTTON> <BUTTON style="background-color: #black;" ID="NextButton" onClick="Next(forms['form'].playlist);"><FONT color="#ffffff"> >> </FONT></BUTTON> <BUTTON style="background-color: black;" ID="StopButton" onclick="Stop();"><FONT color="#ffffff">Stop</FONT></BUTTON> <b><font size="3" color="#ffffff">Shuffle</font></b><INPUT TYPE=checkbox CHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);" value="ON"> </FORM> </CENTER> <comment ID="PlayHTML"><FONT color="#ffffff"> Play </FONT></comment> Right in tha FAQ's section. |
|
|
|
![]() ![]() |