Background behind topic's arrows in phpBB2

mmägi at 22h46
16
Jan
2012


i want to put there pictures to
1 Nera., on 16/01/2012 at 23h19
• Please provide your forum URL for appearance problems
2 mmägi, on 17/01/2012 at 09h24
www.mimoscape.4umer.com
3 Coddy, on 17/01/2012 at 14h50
Add this code to CSS Stylesheet:
Code:
td.row1.messaging.gensmall, td.row1.browse-arrows, table.forumline.noprint td.row2{
background: #COLOR !important;
}

Or this:
Code:
td.row1, td.row2{
background: #COLOR !important;
}
4 mmägi, on 17/01/2012 at 18h49
how i put picture there not color
5 Nera., on 17/01/2012 at 19h24
The same as Gassy told you just instead of this:

Code:
background: #COLOR !important;


add this in the code:

Code:
background-image: url('your url here');
6 mmägi, on 17/01/2012 at 20h17
ohh tnx
7 Nera., on 17/01/2012 at 20h21
Topic Solved & Locked
Similar topics
I have decided to go with either phpbb2 or punBB due to both of them offering template editing and phpbb3 doesn't but I am having a hard time figuring out which one is better and which on I should use. Which one do you guys like better and why? I value al
My idea is that on the latest topic widget, you could stop the automatic scrolling and use 2 arrows to manually scroll through the topics. Of course, you could always resume the scrolling. It would help a lot if the topics are going too fast. EDIT: O
My forum is black http://intothewildwarriors.forumotion.com/ I want to change the black color but NOTHING else. How do I do this? Regards, ITWW Admin
See also
more_less
Informations

7 Replies For the topic :
"Background behind topic's arrows in phpBB2"

This topic has been viewed 720 times.

Last message :
16/01/2012 at 22h46 by "mmägi"