Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Background like wallpaper?


norpan

Recommended Posts

Posted

Hi

 

Anyone knows where I can find nice backgrounds to my webshop? Nice patterns or flowers, Like wallpaper?

 

Thanks!

Posted
Yes but what do I search on? Does anyone know where to get them for free?

 

Thanks!

 

You search for exaclty what you want. If you can't find what you want from here.

http://www.google.com/search?hl=en&q=f...amp;aq=f&oq=

 

Then I would suggest getting one of these books and start at chapter 6 you have managed to figure it out to that point.

http://www.amazon.com/Internet-Dummies-Joh...e/dp/0764506749

Posted
Anyone knows where I can find nice backgrounds to my webshop? Nice patterns or flowers, Like wallpaper?

 

 

Search google for "free seamless textures" you will find thousands of pages, and some free software to create your own.

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

Give your table a "class" in the HTML.

 

<table class="bground" cellspacing="0" cellpadding="0">

 

And then in your stylesheet do this:

 

.bground {

background: url(images/background.gif);

}

 

And then make sure you have an image called "background.gif" stored inside your images folder.

 

Look up on Google for "w3schools css" for more learning resources...

Posted

Hi Thanks for your help.

I put the background.gif in the images folder.

But where exactely would I go to "give my table a class"? I'm new to this and would be very thankful for simple and precise step by step description...

 

Thanks!

 

 

 

quote name='burt' date='Aug 30 2008, 10:28 AM' post='1299897']

Give your table a "class" in the HTML.

 

<table class="bground" cellspacing="0" cellpadding="0">

 

And then in your stylesheet do this:

 

.bground {

background: url(images/background.gif);

}

 

And then make sure you have an image called "background.gif" stored inside your images folder.

 

Look up on Google for "w3schools css" for more learning resources...

Archived

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

×
×
  • Create New...