Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • modomahdy Friend
    #170233

    Hello all,

    I tried to make an Image as a Background image then I wrote this Code in the file (template.css):

    body#bd {
    background: url('.../images/flag.jpg');
    color: #333333;
    position:absolute; top:0; left:0; width:100%; height:100%;
    }

    domain is: http://www.mohamedelbaradei.de

    But non was happend. Please can someone help?

    Thanks

    khoand Friend
    #422603

    Hi,
    Could you give me username + password your website?Could you give me a snapshot with your annotation?

    khoand Friend
    #422619

    I checked. Do you check image (flag.jpg)in the path (…/images/flag.jpg)? i don’t see image (flag.jpg) in the path (…/images/flag.jpg)

    modomahdy Friend
    #422627

    I cheked and found it there!!!

    khoand Friend
    #422629

    You replace this code from /templates/ja_rave/css/template.css

    body#bd {
    background: url('.../images/flag.jpg');
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    with

    body#bd {
    background: url('../images/flag.jpg');
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    ouagadeal Friend
    #422635

    Are you talking about putting a backgroung image like this?


    1. testbackground
    khoand Friend
    #422638

    No…There is my snapshot:


    1. 1
    ouagadeal Friend
    #422639

    Excuse me but what is the difference?

    khoand Friend
    #422641

    Your path is wrong. The right path is: url(../images/flag.jpg). Your path is : url(‘…/images/flag.jpg’) —> wrong, it won’t be displayed .

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  khoand 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum