I have created a custom PHPBB3 style and tried to add a background image to a specific comment text area.
With Firebug I checked if the comment text area had a class and it does, so I tried some CSS variations and finally tried:
sn-inputComment {
background: url("{T_THEME_PATH}/images/pencil.png") repeat-x left top #FFFFFF;}
{
I also tried to find and manipulate the PHP generated text area but no success. None of my methods worked. I will provide you all with a tinylink URL to my forum with a test user and password access.
User: test Password: 123456 url: http://tinyurl.com/9yqpxdb
Now when you are logged in you should be redirected to the correct URL and you will see a a few text boxes with "Write a comment...". I would be very happy if you could tell me what I did wrong, why I'm not able to add a background to the text input without having my search boxes and "what is on your mind box" affected.