Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Could you please post your actual code. Once your website is fixed the question no longer makes any sense, which makes this question useless for future visitors. – Ben Oct 27 '12 at 23:09

closed as too localized by Ben, tereško, SomeKittens, bensiu, Eitan T Oct 28 '12 at 0:44

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Hmm, did you try applying the full css line? or maybe just change the class of the php generated input. Either way im not sure but it might work. Cool design by the way.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.