Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Background


smbrayton

Recommended Posts

Posted

Hi Again,

Ok, I figured out my last issue, now here is one. I have a website: www.licenseplatesandmore.com

and it has a blended background, black to green. Now i want to do the same on my new site: www.licenseplatesandmore.net

Now i tried to save the background to my computer and what i got was a 1x448 pxl strip on the background. Now how do i make that work with the background od my site. Do i need to do a repeating picture or is there a way i can expand what i have.

Thank you

Scott

Posted

This page will help you

 

http://www.w3schools.com/css/pr_background-repeat.asp

 

Then style sheets kick in

 

BODY {

text-align: center;

background: #BE69FF;

color: #000000;

margin: 0px;

background-image: url(image/image.gif);

}

 

.fixcenter {

width: 950px;

/* width: 778px; */

border: solid; border-width: 0px;

/* background: #EFCD16; */

background: #ffffff;

background-image: url('images/blended_yellow.gif');

background-repeat: repeat-y;

color: #000000;

margin: auto;

margin-top: 0px;

text-align: left;

}

 

I have a yellow to white gradient. So it is possible

 

Enjoy

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

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

×
×
  • Create New...