Welcome, Guest. Please login or register.
Did you miss your activation email?
July 30, 2010, 12:17:17 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  |  Howtos/Tutorials  |  Topic: [HOWTO] Change your background 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: [HOWTO] Change your background  (Read 1344 times)
Xiphrex
XippY Admin
Y
*****
Offline Offline

Posts: 753


« on: May 05, 2009, 10:11:58 PM »

1. Go to your control panel
2. Click Main Settings
3. Scroll down and you will see a new section called Custom CSS Settings.


4. Copy and paste the code below:

Code:
<style type="text/css">
body{
background-image:url(YOUR BACKGROUND ADDRESS);
}
</style>

And replace YOUR BACKGROUND ADDRESS with the full path to your background image.

So for example it would look like this:

Code:
<style type="text/css">
body{
background-image:url(http://ls.xippy.org/images/bg.gif);
}
</style>

You can use a free host, something like http://imageshack.us/, to host your background image.

There are other CSS codes you can use here, for example, changing the background COLOUR:

Code:
<style type="text/css">
body{
background-color:COLOUR;
}
</style>

And replace COLOUR with a HEX number eg #000000
or an RGB value eg rgb(0,0,0)

PM me if there are any problems!

« Last Edit: May 18, 2009, 01:56:37 AM by Xiphrex » Logged
Pages: [1] Go Up Print 
XippY Clan Website Forum  |  General  |  Howtos/Tutorials  |  Topic: [HOWTO] Change your background « 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!