Background Color/Image
4 posters
Page 1 of 1
Background Color/Image
Heya
I would like to know what code it is that changes the background of the homepage widgets and forum. I know it all changes at the same time, but i cant find the code.
My wording can be off sometimes so here is a picture to show what i mean.

Right now the Color is just a light pink, but i would like to put a background picture in its place.
Code anyone ???
I would like to know what code it is that changes the background of the homepage widgets and forum. I know it all changes at the same time, but i cant find the code.
My wording can be off sometimes so here is a picture to show what i mean.

Right now the Color is just a light pink, but i would like to put a background picture in its place.
Code anyone ???
Re: Background Color/Image
I would easily try something like this:
body {
background-image: url("IMG");
}
Dunno if it works
body {
background-image: url("IMG");
}
Dunno if it works
Memorian- Forumember
-
Posts : 38
Reputation : 0
Language : german
Re: Background Color/Image
Memorian wrote:I would easily try something like this:
body {
background-image: url("IMG");
}
Dunno if it works
Nope sorry that changed the main Background.

Re: Background Color/Image
You put that into the widget text field?
Looks more like you put it into the CSS Stylesheet of your forum
Looks more like you put it into the CSS Stylesheet of your forum
Memorian- Forumember
-
Posts : 38
Reputation : 0
Language : german
Re: Background Color/Image
Aww i didnt know you could put that stuff in the widget field. Am going to try that out.
Thank You.
Thank You.
Re: Background Color/Image
Tell me if it worked... 'cause I want to do something like this for my Forum too xD
Memorian- Forumember
-
Posts : 38
Reputation : 0
Language : german
Re: Background Color/Image
Memorian wrote:You put that into the widget text field?
Looks more like you put it into the CSS Stylesheet of your forum
The counter widget is the only one with a text field. I tried putting the codes in ( altered them a little ) but no result still, am i doing something wrong?

Sorry i am a total beginner with these codes.
Heres the code in text:
<body>
<BACKGROUND="https://i.servimg.com/u/f29/15/69/20/61/backgr18.jpg">
</body>
<strong>Guest Counter</strong>
<strong>****************</strong>
<BR> <BR>
<a href="http://guestscounter.com">
<img src="http://guestscounter.com/count.php?c_style=104&id=1285705963" border=0 alt="counter widget">
</a><br>
Re: Background Color/Image
- Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{background-image: url("IMG"); }
If you have announcements on it will put the background image there also, because it is .row1 class element sadly.
E: Nice looking site you got there (stalked)

E2: Noticed it's portal site so i guess the right one if the above didnt work is
- Code:
.module {background-image: url("IMG"); }
Re: Background Color/Image
Nukkavieru wrote:
- Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{background-image: url("IMG"); }
If you have announcements on it will put the background image there also, because it is .row1 class element sadly.
E: Nice looking site you got there (stalked)![]()
E2: Noticed it's portal site so i guess the right one if the above didnt work is
- Code:
.module {background-image: url("IMG"); }
Thank you so much!


SOLVED
Re: Background Color/Image
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

» Background image loads before background color
» Background color to image
» Have the Background color be an image?
» Background Image Design Color Help.
» Nav. Bar Background Color/Image (How to change)
» Background color to image
» Have the Background color be an image?
» Background Image Design Color Help.
» Nav. Bar Background Color/Image (How to change)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum