Jump to content

Background Image Problem


perryc

Recommended Posts

What im trying to get is:

 

 

body {

    background-image: url("images/witewall.png");

    background-repeat: repeat;

}

 

I want the background image to show and repeat over the whole page of the body element.

 

 

I havent been able to get it to show so far? Is there something i'm missing?

 

 

 

Link to comment
Share on other sites

Once i added ../images/witewall.png i got the image to show up. I was thinking i didn't need the ../ for the file path since it was located in the images folder? So anytime you go up a level in paths do you have to include the ../ before the files path?

 

 

 

Thanks for the help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...