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 |
|
See if it has a CSS file and then you can do that editing the CSS files.
|
|
Light Poster
|
|
| 5Sep2010,15:27 | #3 |
|
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;
}
|

