• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Need Help! (BG Problem)
Need Help!
koryana321
Posts: 10
Reputation: 0

Message # 1 | 4:10 AM
SS of my site -----> http://imgur.com/a9NZNJu

I want to change the Background of this to Img Background, please anyone can help?

Template Design : 1322 cry
Post edited by koryana321 - Sunday, 2015-09-20, 4:13 AM
Mark-ucoz-co-uk
Posts: 134
Reputation: 0

Message # 2 | 4:29 AM
Quote koryana321 ()
http://imgur.com/a9NZNJu

Hey if you want an image as a bg if there isn't a background already try adding this code just change my link to your image link and put it in css under body should work like a charm smile itt will make the image full background with no repeating

Code
body {background-image: url("http://www.rservices-hosting.com/imgr/images.php" ); background-attachment: fixed; background-position: center; width: 100%; height: auto;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#fff;}

Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
Post edited by Mark-ucoz-co-uk - Sunday, 2015-09-20, 4:33 AM
koryana321
Posts: 10
Reputation: 0

Message # 3 | 4:46 AM
where i can find the body in CSS? i cant find it sad

i dont know where i can put that code sad
Mark-ucoz-co-uk
Posts: 134
Reputation: 0

Message # 4 | 4:50 AM
Quote koryana321 ()
where i can find the body in CSS? i cant find it

i dont know where i can put that code
it should go right under the following code sorry forgot to mention that. the code should be at the top of your css almost. your code should look like the following at top of css the first code I gave you goes under this

Code
@font-face {
font-family:'PT Sans';
src:url('/.s/t/1321/fonts/PTS55F_W.eot');
src:url('/.s/t/1321/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
url('/.s/t/1321/fonts/PTS55F_W.woff') format('woff'),
url('/.s/t/1321/fonts/PTS55F_W.ttf') format('truetype'),
url('/.s/t/1321/fonts/PTS55F_W.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}

Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
koryana321
Posts: 10
Reputation: 0

Message # 5 | 4:58 AM
like this one? http://imgur.com/IFf7qXw

i try it but it making the template worst cry
Mark-ucoz-co-uk
Posts: 134
Reputation: 0

Message # 6 | 5:00 AM
Quote koryana321 ()
http://imgur.com/IFf7qXw

Quote koryana321 ()
like this one? http://imgur.com/IFf7qXw

i try it but it making the template worst

no it should look like the following here: http://www.randomness-fun.com/Screenshot-3-.png

Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
koryana321
Posts: 10
Reputation: 0

Message # 7 | 5:23 AM
still the same check my site i put that code but the result still like this http://oblivionrisen.ucoz.com/ cry

Added (2015-09-20, 5:23 AM)
---------------------------------------------
Any once can help? cry

Mark-ucoz-co-uk
Posts: 134
Reputation: 0

Message # 8 | 8:06 AM
Quote koryana321 ()
still the same check my site i put that code but the result still like this http://oblivionrisen.ucoz.com/
Added (2015-09-20, 5:23 AM)
---------------------------------------------
Any once can help?

check to see if you have 2
Code
body {background
tags if so you replace the old one with the body {background-image one I gave you looking at your css image you had 2 thats why it is not showing. you need to replace the one that sets the color with the code above I gave you.

Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
koryana321
Posts: 10
Reputation: 0

Message # 9 | 10:32 AM
only 1 body {background , cry , i tried many times but still not show the background , and still getting worst cry

check this http://imgur.com/ZaeAKys cry
Mark-ucoz-co-uk
Posts: 134
Reputation: 0

Message # 10 | 10:42 AM
Quote koryana321 ()
http://oblivionrisen.ucoz.com/

Did you click save? according to google chrome CSS viewer the code is not in your css. look at this image ive highlighted your css: http://www.randomness-fun.com/Screenshot-4-.png also feel free to get some css ideas from my site here: http://www.randomness-fun.com

Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
Post edited by Mark-ucoz-co-uk - Sunday, 2015-09-20, 11:23 AM
koryana321
Posts: 10
Reputation: 0

Message # 11 | 2:03 PM
i save it, and i try it many times sorry but i restore default template so that you cant find the code on it,
the code i put on it http://imgur.com/lajfcVN and
this is the result http://imgur.com/sWvYmTy cry
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 12 | 2:29 PM
koryana321, first of all, replace this code in CSS:

Code
body {background-image: url("http://www.rservices-hosting.com/imgr/images.php" ); background-attachment: fixed; background-position: center; width: 100%; height: auto;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#fff;}body {background:#eceff3;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#5e6d81;}


with this one:

Code
body {background:#eceff3;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#5e6d81;}


where you only need to replace #eceff3 with another color code or with url('URL OF YOUR BACKGROUND IMAGE').

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
koryana321
Posts: 10
Reputation: 0

Message # 13 | 2:53 PM
http://oblivionrisen.ucoz.com/
Quote bigblog ()
with this one:

body {background:#eceff3;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#5e6d81;}


Sir can you check it , but still the same nothing happens http://oblivionrisen.ucoz.com/
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 14 | 3:25 PM
koryana321, you haven't done this step:
Quote bigblog ()
where you only need to replace #eceff3 with another color code or with url('URL OF YOUR BACKGROUND IMAGE').

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
koryana321
Posts: 10
Reputation: 0

Message # 15 | 3:41 PM
like this one? http://imgur.com/Pl1Q9rC cry

Added (2015-09-20, 3:36 PM)
---------------------------------------------
check it sir, the slide get worst and the background still white cry

Added (2015-09-20, 3:41 PM)
---------------------------------------------
or anyone can give me the code of black or gray background? its too white -_- cry

uCoz Community » For Webmasters » Design Customization » Need Help! (BG Problem)
  • Page 1 of 2
  • 1
  • 2
  • »
Search: