Quote:
Originally Posted by lasto
im getting a white box is all + its changing the fonts to big for some reason
for imgurl is ('$imagefolder/hand.gif);
|
just because you forgot add ; in backgroud-color when you add the code below there!
original code in headinclude:--
Code:
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
replace with:--
Code:
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
background-image: url('imgurl'); background-repeat: no-repeat; background-attachment: fixed;
}