At 15:31 31/07/2002 -0700, john wrote: >I did try that and all variations of >background-color="#009966" >background-color:"#009966" >background="#009966" >background:"#009966" > >with and without ';' in the option tag. > >Does'nt seem to change apperance any. > >Am I missing something that needs to be declared? You're using the wrong syntax - try: background-color: #009966; No quotes necessary :)