Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you put images in the bg of main table...


mtcarpenter

Recommended Posts

Posted

stylesheet.css (insert into)

 

#holder {

PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND-IMAGE: url(images/background.gif); PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 780px; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-y; POSITION: relative

}

#newstyle {

BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(images/yourimage.jpg); WIDTH: 760px; BACKGROUND-REPEAT: no-repeat

}

 

insert into page, below <body> tag

 

<!-- header //-->

<div id="holder"><div id="newstyle">

 

Vger

Archived

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

×
×
  • Create New...