Welcome, Guest. Please login or register.
Did you miss your activation email?
July 30, 2010, 12:09:58 PM
Home Help Search Login Register
News: This is the supporting forum for http://www.xippy.eu , the clan website provider

XippY Clan Website Forum  |  General  |  Website Enquiries  |  Topic: How To Change The Backround Colour / Image Of Your Site 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 3 4 5 6 [7] Go Down Print
Author Topic: How To Change The Backround Colour / Image Of Your Site  (Read 10980 times)
Paul
XippY Admin
Y
*****
Offline Offline

Posts: 1,594


« Reply #90 on: April 07, 2009, 11:39:32 AM »

It needs to be an image... that has the colours in it... We'll look at providing some for you to use, hosted by XippY.
Logged
WILLIE
X
*
Offline Offline

Posts: 41


« Reply #91 on: April 20, 2009, 01:48:01 PM »

can some one provide me one for my site ? www.thenaggetteam.com plzzzzzz. Grin
Logged
twisted85
X
*
Offline Offline

Posts: 1


« Reply #92 on: May 03, 2009, 01:05:40 PM »

Just thought i would paste an example of what happens if you use for example photobucket to host the background image

http://tw-gaming.xippy.co.uk/index.php?page=0

i find this is a very effective method to customise your website

thanks for the kickstart btw


Logged
WILLIE
X
*
Offline Offline

Posts: 41


« Reply #93 on: May 04, 2009, 09:26:52 PM »

i did this background ( http://img237.imageshack.us/img237/93/backgroundfkp.jpg) but i can't make it work? everything sort of screw up all boxes in site messes up and all panels.

can someone plz provide me with a vaild code just to paste in a control panel. ? plz help

this is my website www.thenaggetteam.com thanks
Logged
EoOoDaReS
i
**
Offline Offline

Posts: 90


Visit zeroalpha.me for a better way to play


WWW
« Reply #94 on: June 10, 2009, 11:36:05 PM »

sure thing mate i will help u, either add me on x-fire or drop by the site and ask. 

BTW to everyone, maybe if we swap x-fires around we could maybe start some close clan bonds/scrims.  Plus i think i done most of what can be done plus more with the site, but if any of you guys got ideas please pass em round.

X-Fire:   austin585
www.zer0alpha.com
Logged

Soules
X
*
Offline Offline

Posts: 7


« Reply #95 on: July 15, 2009, 01:22:38 AM »

http://www.weownyou-gaming.co.uk/ On this site it has a black background down the whole middle of the website, when you scroll down, all content is over a black bg. . .

This is mine www.surrealclan.co.uk - How do i get the black BG on this one? Its the same theme etc..thanks
Logged
scissors
X
*
Offline Offline

Posts: 5


« Reply #96 on: February 14, 2010, 05:03:27 PM »

Hi

ive tried that.. and it doesnt work.

http://orderofthrall.xippy.co.uk/

can u help me ? Thanks
Logged
Paul
XippY Admin
Y
*****
Offline Offline

Posts: 1,594


« Reply #97 on: February 15, 2010, 09:01:35 AM »

Hi there, the code at the top will work, if you substitute the URL for one with an image with the colour that you want. i think that FTP is down.

I'll look at getting the colours done and hosted on the XippY servers so that this is easier for people to use. We are looking to be able to do this in the control panel.
Logged
Paul
XippY Admin
Y
*****
Offline Offline

Posts: 1,594


« Reply #98 on: February 15, 2010, 03:01:32 PM »

O.k.

To change the background colour you can add the following in a custom panel:-
Code:
<style type="text/css">
body {
  background-color:red;
}
</style>

Or with a background image with this code:

<style type="text/css">
body
{
background-image:url('http://deliciousghost.com/wp-content/uploads/2008/04/smiley.jpg');
}
</style>

Let me know ho wyou get on withthis.

Rosco Wink
Logged
Intrinsic
X
*
Offline Offline

Posts: 22



WWW
« Reply #99 on: February 15, 2010, 06:21:23 PM »

Also if you add this (you may have to mess with the position)
Code:
background-position: top-left;
background-attachment:fixed

it will make your background image static so that when you scroll it only scrolls everything on top of the image.   Like this:
http://www.d2rclan.com/index.php?page=0

So the code above with the added code would be:
Code:
<style type="text/css">
body
{
background-image:url('http://deliciousghost.com/wp-content/uploads/2008/04/smiley.jpg');
background-position: top-left;
background-attachment:fixed;
}
</style>
« Last Edit: February 15, 2010, 06:35:16 PM by Intrinsic » Logged


The mass of men lead lives of quiet desperation.
Henry David Thoreau
Pages: 1 ... 3 4 5 6 [7] Go Up Print 
XippY Clan Website Forum  |  General  |  Website Enquiries  |  Topic: How To Change The Backround Colour / Image Of Your Site « previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!