PhpBB3: adding background to specific php generated text input without affecting the other text inputs
Posted
by
user1780055
on Stack Overflow
See other posts from Stack Overflow
or by user1780055
Published on 2012-10-27T22:46:36Z
Indexed on
2012/10/27
23:00 UTC
Read the original article
Hit count: 251
I have created a custom PhpBB3 style and desperately since a few hours 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. Non 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 im not able to add a background to the text input without having my search boxes and "what is on your mind box" affected.
I appreciate your time and hope that this can be somehow solved.
Sincerely,
Daniel
© Stack Overflow or respective owner