Jump to content

Recommended Posts

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...