Hello All,
I inserted a background image into the body of my CSS, it looks great locally but when I upload it won't display. I uploaded the style sheet and the images as usual.
I used the code in my CSS:-
body {
padding: 0;
margin: 0;
font-size: 12px;
font-family: tahoma, sans-serif;
letter-spacing: 1px;
line-height: 160%;
background: #000 url("../images/star.jpg.")
}
div {
text-align: left;
}
#topOfPage {
display: none; }
#container {
width: 730px;
padding: 25px;
margin: 0 auto;
background: #fff url("../images/back.jpg") bottom center no-repeat; }
Thank you as always,
Best wishes
Graeme