Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

background


Guest

Recommended Posts

In stylesheet.css add code like shown below to the BODY:

 

BODY {
[b]  background-image: url('images/your_image_name_here.jpg');[/b]
 background-repeat: repeat;
 background-position: center;
}

The first line is necessary, the last two maybe not.

 

It just depends on the image and effect you want.

 

A reference here: CSS Background

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...