Hi, I have edited the css to make a background image to the site instead of color. I had this working at one time but after I deleted the site and reinstalled I cant get it to work again. I didn't change anything in the css from when it did work and tried to reload it. Now it just shows white where the color was for background and no image.
Tried renaming the htaccess file to see if it was stopping the css from overwriting and it didn't help.
Below is the css code that I am trying to edit
Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-image: url(../images/bkgrd.jpg); }


Reply With Quote
