Guest Posted May 22, 2003 Posted May 22, 2003 http://autooutfittersonline.com/osCommerce/ here is my site, i am using linda's Center Shop contribution and what i am looking to do is replace the light blue outer background with a gradient .gif image, i was wondering if this is possible and if it is, it would be much appreciated if someone could please help me add a background image. Thank you for your time, Helder
Kane23 Posted May 22, 2003 Posted May 22, 2003 I don't know the Center Shop contribution, but I think nearly everything can be changed in stylesheet.css in your catalog directory!
Guest Posted May 22, 2003 Posted May 22, 2003 i've been trying for a long time to modify the stylesheet to add the background image but i think the center shop contribution overrides the stylesheet and i have no idea how to modify the center shop file to give me a background image :(
Kinky Clothes Posted May 22, 2003 Posted May 22, 2003 hello, i am using lindas mod and managed to get a background..... 1 problem... my knowlege of php isnt too good and i cant remember what files i edited, i remember it was on the forum that someone told me what to do tho.... i'll try and dig it up :) kinky.
Guest Posted May 22, 2003 Posted May 22, 2003 thanks for trying to dig it up for me, i appreciate it cause i've been trying like hell to get one to show up but i just cant seem to figure it out. Nice site by the way.
Kinky Clothes Posted May 22, 2003 Posted May 22, 2003 http://www.oscommerce.com/forums/viewtopic.php?t=44156 here we are, found it :) this wouldnt work for me because i have advertising, but it should work on your site.... by the way, i like the site :)
Guest Posted May 22, 2003 Posted May 22, 2003 thanks a million, i'm gonna test it out, i'll let you know how it goes
Guest Posted May 22, 2003 Posted May 22, 2003 thanks a million, i'm gonna test it out, i'll let you know how it goes
Kinky Clothes Posted May 22, 2003 Posted May 22, 2003 ok good luck, if you have any problems you could try PMin the person that helped me out, almost everyone here is more than willing to help :)
Guest Posted May 22, 2003 Posted May 22, 2003 IT WORKED! Awesome, thank you so much, that was so simple, i owe you one 8)
Guest Posted December 17, 2005 Posted December 17, 2005 Not Found The requested URL /viewtopic.php was not found on this server. Damn! Missed it by THAT much...
♥Monika in Germany Posted December 17, 2005 Posted December 17, 2005 Not FoundThe requested URL /viewtopic.php was not found on this server. Damn! Missed it by THAT much... no worries, Mike, I just hacked this in myself last week ... line 55 in my header.php /////////////////// /////////////////// // [0001] BOF: WebMakers.com Added: Center Shop // This goes before any other table of the shop // // Is center Shop ON/OFF ? /////////////////// if ( CENTER_SHOP_ON == 'on' ) { /////////////////// // [0001] Background Color ON/OFF and CellPadding for around the shop? /////////////////// if ( CENTER_SHOP_BACKGROUND_ON == 'on' ) { ?> <?php /* <table width="100%" cellpadding="<?php echo CENTER_SHOP_PADDING; ?>" cellspacing="0" border="0" bgcolor="<?php echo CENTER_SHOP_BACKGROUND_COLOR_OUT; ?>"> */ ?> <table width="100%" cellpadding="<?php echo CENTER_SHOP_PADDING; ?>" cellspacing="0" border="0" background="../images/snow.gif"> <tr><td> <?php } /////////////////// // [0001] Shop Width Size and Shop Background Color /////////////////// ?> :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.