Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Need Help! (BG Problem) |
Need Help! |
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 Post edited by koryana321 - Sunday, 2015-09-20, 4:13 AM
|
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 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
|
where i can find the body in CSS? i cant find it
i dont know where i can put that code |
where i can find the body in CSS? i cant find it i dont know where i can put that code 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
|
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
|
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) |
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 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
|
only 1 body {background , , i tried many times but still not show the background , and still getting worst
check this http://imgur.com/ZaeAKys |
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
|
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 |
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 |
like this one? http://imgur.com/Pl1Q9rC
Added (2015-09-20, 3:36 PM) Added (2015-09-20, 3:41 PM) |
| |||