missjdaness
01-12-2005, 10:38 PM
About the darkplayer playlist, how do you change the colors of the buttons (play, pause, and stop) ??
AND
i have an entry on my xanga thats too long and i need a box to go around only that part not my whole entry. whats the code of that box? thanks.
xXoSparkyoXx
01-12-2005, 10:55 PM
<select style="FONT-SIZE: 8pt; BACKGROUND:#FC8C8C; WIDTH: 180; COLOR: #000000; font-face: arial; height:174" name="playlist" size="1">
just change that..if its not already part of the code, then just add it at the beginning or something.
missjdaness
01-12-2005, 11:36 PM
hey thanks, but i put that on already and the buttons are still the same. I want the buttons (play, pause, and stop) to match the color of my xanga. thanks so much though :)
JiNgLeBeLLz77
01-14-2005, 02:20 AM
use css...
<style type=text/css>
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #6BA66B;
font: normal 8pt Palatino Linotype;
background-color: transparent;
color: #000000;
}
</style>