Quote:
Originally posted by Blindchild02
doesnt add a BG for me, only dotted lines
|
You have to add a ";" after: BACKGROUND-COLOR: #CFCFCF
So it looks like this (without the dotted lines):
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
BACKGROUND-IMAGE: url("http://www.your site.com/image.gif");
background-attachment: fixed;
}
Hope this helps