Jump to the post that solved this thread.
Solved: 7 Years, 6 Months, 4 Weeks ago Please help background not working
#1
Solved: 7 Years, 6 Months, 4 Weeks ago
I want to change my background color to this [Image: K98v8WY.png]


It is saved as test.png but this wont work

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 990px;
	background-image: url(images/test.png);
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
[Image: jzQxhIo.png]
Reply
#2
Solved: 7 Years, 6 Months, 4 Weeks ago
Look for this
 body {



And add this immediately after


 background: url(images/test.png);
Reply
#3
Solved: 7 Years, 6 Months, 4 Weeks ago
(2015-10-28, 07:20 PM)fredzy Wrote: Look for
body {

}

background: url(images/test.png);


Add this inside the "{

}"
This is not working i just tried it thanks for the quick response though
body {
	background-image: url(images/test.png);
	color: #2ecc71;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}
[Image: jzQxhIo.png]
Reply
#4
Solved: 7 Years, 6 Months, 4 Weeks ago
body {
    background: url(images/test.png);
    color: #2ecc71;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    overflow-y: scroll;
}

Use this instead,  notice I removed "-image" 

If it still doesn't work, press ctrl+f5 to hard refresh
Reply
#5
Solved: 7 Years, 6 Months, 4 Weeks ago
(2015-10-28, 07:29 PM)fredzy Wrote:
body {
    background: url(images/test.png);
    color: #2ecc71;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    overflow-y: scroll;
}

Use this instead,  notice I removed "-image" 

If it still doesn't work, press ctrl+f5 to hard refresh

I refreshed multiple times and hard refreshed it still didnt work for some odd reason
[Image: jzQxhIo.png]
Reply
#6
Solved: 7 Years, 6 Months, 4 Weeks ago
It's working I can see the background just give it some time, it's caused by browser cache your can clear that to see immediate changes
Reply
#7
Solved: 7 Years, 6 Months, 4 Weeks ago
It works thx
[Image: jzQxhIo.png]
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)