How i can change background of my website?

Discussion in 'Web Development' started by businessman1927, Sep 3, 2010.

  1. businessman1927

    businessman1927 New Member

    Joined:
    Aug 17, 2010
    Messages:
    26
    Likes Received:
    1
    Trophy Points:
    0
    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.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    See if it has a CSS file and then you can do that editing the CSS files.
     
  3. johnta

    johnta New Member

    Joined:
    Aug 30, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://waysofmakingextramoney.blogspot.com/
    There is a file called style.css on your web folder, Open it and you will see this code :
    Code:
    body {
    background:url("images/[COLOR="Red"]background.jpg[/COLOR]") 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
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice