mrconstantine Posted February 16, 2006 Posted February 16, 2006 Hi, I've started configuring my oscommerce site, and I was messing around with the colours and somehow I changed the left column to black.. heres the link http://sands.awardspace.com/catalog/ Now I want to change it to something else ,but have no idea how I did it? I searched the forum only to get posts saying the only way to change it is to edit all 40 something php files or something like that... Is there anything im missing? I've looked through most of the important files and still cant figure out how I did it! Thankyou for reading
Wendy James Posted February 16, 2006 Posted February 16, 2006 If you didn't edit all of the files you may have added a bg color to the td tag in your /includes/column_left.php Other than that I don't know how you would have done it without editing all of the pages. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
mrconstantine Posted February 16, 2006 Author Posted February 16, 2006 darn, figured it out... my mistake. it was in catalog/index.php , i had added bgcolor="black", thought I added bgcolor="#000000" and thats what i was searching the files for. Sorry people :) heres what I did anyway... original catalog/index.php snippet <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> edited.. <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top" bgcolor="black"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.