How to change That Background

mmägi at 12h02
22
Nov
2011
Hey

i would like to know how to change that background what is on the picture marked with arrow
i would like to put there my own picture not color background
my site is www.mimoscape.4umer.com

hope you can help me.

Here is the Picture:

1 Matti_7, on 22/11/2011 at 12h06
In your css find this part ''.bodyline'' of the code and change background.
2 mmägi, on 22/11/2011 at 14h12
how to i see whole my CSS? i see only what i added and right i can see all that but how i edit?
3 Guest, on 22/11/2011 at 14h14
Just add after the last css code you have there in your CSS Stylesheet this:
Code:
.bodyline{
  background: url(IMAGE_URL);
}
4 mmägi, on 22/11/2011 at 14h24
it didnt changed it :S i use phpBB2
5 Base, on 22/11/2011 at 18h01
Hi!

The code should actually be:

Code:
.bodyline{
    background: url("IMAGE_URL");
}


You will need to replace 'IMAGE URL' with a direct link to an image of your choice. Smile

Upon examining your CSS, it looks like you've already got this rule in your CSS. Simply find .bodyline and replace the image URL there with a new one.
6 mmägi, on 22/11/2011 at 21h21
ohh tnx guys
7 Nera., on 22/11/2011 at 21h26
Marked solved by user.

> Solved
Similar topics
I want to change this picture, but I don't know how. I've tried colors and everything in Pics Management too and it still didn't work. Here is what I want to change: I don't really know what to call it. It's the images in the red oval, the lighter blue
I can not change my background I can not change my background, that's why It has happened several times please help me....
I need to change sub category background color from this color code #595959 : to color code #8FC9DB : (admin panel preview) I have changed all background color to #8FC9DB already but the background still unchanged (#595959) in forum preview
Replies 1 to 7 on 7 for "How to change That Background"
See also
more_less
Informations

7 Replies For the topic :
"How to change That Background"

This topic has been viewed 758 times.

Last message :
22/11/2011 at 12h02 by "mmägi"