How i can change background of my website?

Go4Expert Member
3Sep2010,16:34   #1
businessman1927's Avatar
Hello,
How i can change background of my website?Because i have not much knowledge about this and i purchased this website from a company but now i want to change its background.
Go4Expert Founder
3Sep2010,19:04   #2
shabbir's Avatar
See if it has a CSS file and then you can do that editing the CSS files.
Light Poster
5Sep2010,15:27   #3
johnta's Avatar
There is a file called style.css on your web folder, Open it and you will see this code :
Code:
body {
background:url("images/background.jpg") repeat scroll 0 0 #000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:16px;
}
change the Red colored to mach your new background image