Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to put a background image using Center Shop Contribution


Guest

Recommended Posts

Posted

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

Posted

I don't know the Center Shop contribution, but I think nearly everything can be changed in stylesheet.css in your catalog directory!

Posted

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 :(

Posted

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.

Posted

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.

Posted

thanks a million, i'm gonna test it out, i'll let you know how it goes

Posted

thanks a million, i'm gonna test it out, i'll let you know how it goes

Posted

IT WORKED! Awesome, thank you so much, that was so simple, i owe you one 8)

  • 2 years later...
Posted

Not Found

The requested URL /viewtopic.php was not found on this server.

 

Damn! Missed it by THAT much...

Posted
Not Found

The 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 ...

Archived

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

×
×
  • Create New...