Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I cannot set my background image...


igniteme

Recommended Posts

Posted

I'm new to .php but not .css - so I'm rather confused as to why I cannot set my background image using the stylesheet.css - Here's what I've input so far - (all I get is a black background.....................) :huh:

 

BODY {

background-image: url(http://www.eprintpro.net/catalog/images/E_Print_Pro_Blue_Marble.jpg);

background: #000000;

background-attachment:fixed;

background-repeat: repeat;

margin: 5%;

padding: 0;

color: #00AEEF;

font-family: Georgia, "Times New Roman", Times, serif;

font-size: medium;

font-weight: bold;

text-align: center;

}

 

BTW - This is my first day on the forum - !

 

Any ideas?

Regards,

 

IgniteMe

Posted

ANYHOO! - I figgered this out for myself.... Just a simple format change - here's how:

 

BODY {

background: #000000 url(http://www.eprintpro.net/catalog/images/E_Print_Pro_Blue_Marble.jpg);

background-attachment:fixed;

background-repeat: repeat;

margin: 5%;

padding: 0;

color: #00AEEF;

font-family: Georgia, "Times New Roman", Times, serif;

font-size: medium;

font-weight: bold;

text-align: center;

}

Regards,

 

IgniteMe

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...