1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Can Someone help!

Discussion in 'Web Design' started by grodt718, Oct 27, 2009.

  1. grodt718

    grodt718 New Member

    Is there a code you can put to change the background color of a website, for example my site listed in my signature is grey on top then fades to white can i change that?? :confused:
     
  2. CovertPea

    CovertPea Moderator Staff Member Verified Member

    If you right click on your site's background and select "View Background Image" you will see your background is nothing more than a simple 1px wide gradient strip the length of your site. The code just repeats that image across the page.
    You can find that strip in your 'images' folder, with the name "bodyBG.jpg".
    Open it in a graphics program, change the colour to suit then resave over the original.
    (remember to keep a copy of the original too)

    If you need anymore help, please ask. :)

    Cheers
    CP
     
  3. grodt718

    grodt718 New Member

    Hi,CovertPea

    Thanks for your help greatly appreciated, but that file is in my css file, what now! HELP! HATE THAT BG:eek:
     
  4. CovertPea

    CovertPea Moderator Staff Member Verified Member

    Well obviously you've changed something as the previous gradient background is now a solid colour.
     
  5. grodt718

    grodt718 New Member

    Hi,CovertPea

    Hi
    what i did was chage the stylesheet example
    <linkhref="http://www.professionalcash.com/templates/images/style2.css" rel="stylesheet" type="text/css">


    new css file hijaked it from one of procash sites

    <link rel="stylesheet" href = "http://www.professionalcash.com/css/procashstyle.css" type="text/css">
     
  6. FaTaLiT33

    FaTaLiT33 New Member

    Thanks dude, that should work out for me