Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jpierre

    (@jpierre)

    Thanks Stev. but doesn’t work either. Probably some syntax error. ??
    JP

    Make sure the path to your image is correct ( relevant to where the CSS file lies). For example:
    site root> wordpress> my_blog> assets> mycss.css
    site root> wordpress> my_blog> assets> images> bkg> image.gif
    The CSS would read:
    body {
    background: url(images/bkg/image.gif) no-repeat top left; }
    The image and the CSS file both lie in the assets folder … so you just have to tell the CSS to look two folders “lower”, in the “images” and then “bkg” folder, for the background image.

    Thread Starter jpierre

    (@jpierre)

    Thanks a lot gregor. Now everythig is ok. ??
    JP

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘background images’ is closed to new replies.