theliquidzoo Posted August 7, 2006 Share Posted August 7, 2006 I've come across some pretty nice background templates in .psd format. I was wondering how and if it's possible to incorporate these into my site? Thanks for any info! Link to comment Share on other sites More sharing options...
matrix2223 Posted August 7, 2006 Share Posted August 7, 2006 in your stylesheet.css look for the body tag Copyright © 2003 osCommerce Released under the GNU General Public License */ .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; } .productsNotifications { background: #f2fff7; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; } //addedbackground-image:url('images/filename.jpg');background-repeat:repeat;background-position:center; BODY { background-image : url(/images/ur_image.gif); background-repeat : repeat-repeat; background-position : 50% 50%; background-attachment : fixed; color : #000000; margin : 0; } Link to comment Share on other sites More sharing options...
matrix2223 Posted August 7, 2006 Share Posted August 7, 2006 Im sorry it should be like this background-image: url(images/ur_image.jpg); background-repeat: no-repeat; background-position: center; Link to comment Share on other sites More sharing options...
theliquidzoo Posted August 7, 2006 Author Share Posted August 7, 2006 Im sorry it should be like this background-image: url(images/ur_image.jpg); background-repeat: no-repeat; background-position: center; Awesome, thank you sooooo much. I am sure this will make my site much improved. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.