norpan Posted August 28, 2008 Posted August 28, 2008 Hi Anyone knows where I can find nice backgrounds to my webshop? Nice patterns or flowers, Like wallpaper? Thanks!
norpan Posted August 28, 2008 Author Posted August 28, 2008 Yes but what do I search on? Does anyone know where to get them for free? Thanks!
Bushmaster Posted August 28, 2008 Posted August 28, 2008 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
norpan Posted August 29, 2008 Author Posted August 29, 2008 OK Thanks I found exactely what I was looking for here: http://www.templateyes.com/ Anyone can tell me how to add it to my site? Thanks! A
♥14steve14 Posted August 29, 2008 Posted August 29, 2008 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
burt Posted August 30, 2008 Posted August 30, 2008 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...
norpan Posted September 1, 2008 Author Posted September 1, 2008 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.