Problem CSS display banner

by 2 replies
3
Hello

I have a small problem in the tutorial of the CSS (see below).


Code:
 
body
{
   width: 760px;
   margin: Self; / * To center our page * /
   margin-top: 20px; / * To avoid sticking with the top of the browser window. Try to show off! * /
   margin-bottom: 20px;    / * Ditto for the bottom of the browser * /
   background-image: url ("images / fond.png); / * A little background image to avoid having an old white background: p * /
}
<code type="Css">
#website design #banner #css #display #problem
  • You didn't say what your problem is, or show the complete code (would be best to post the html as well where the css applied)

    BUT i'm going to take a guess that
    Code:
    background-image: url ("images / fond.png);
    should be
    Code:
    background-image: url ("http://www.warriorforum.com/images/fond.png");
    (remove the http://www.warrioforum.com - it keeps adding it automaticlly)
  • Show full code and also mention what is the problem in your code this would help us to fix it don't leave any post incomplete

Next Topics on Trending Feed