Quote:
Originally Posted by shibby2
Ok actually I took your advice and disabled the enhanced options in the quick reply box, and it works somewhat. I just have this question now..
If I wanted to change the 'background box' that the QR field sits inside of (like if I wanted to make a background image for it instead), how could I do that? Which file would I have to edit? Attached is a pic of what I want to change.
Any help is appreciated, thanks! 
|
I don't really understand your question or what you mean but if you want to have a background for your reply box then adding this to your css
Code:
span.cke_skin_kama{
background: url(URL_of_your_image) no-repeat top left;
}
Add !important if you don't see it change.
Hope it helps!