Petrolhead
Technical User
- Mar 13, 2009
- 27
I'm having troulbe displaying a background image on my banner div.
I'm using the following code.
I've tried putting a .\ before the Image folder and renaming the extension to jpeg to no avail, still won't appear in any browser.
Can anyone suggest where I might be going wrong?
I'm using the following code.
Code:
#banner{
background-image: url(Images\banner.jpg);
height: 110px;
border: 0;
margin: 0;
padding: 0;
text-align: center;
color: White;
}
I've tried putting a .\ before the Image folder and renaming the extension to jpeg to no avail, still won't appear in any browser.
Can anyone suggest where I might be going wrong?