SeanB Posted October 31, 2006 Posted October 31, 2006 This is probably one of the simplest questions out there, but i just cannot find where to do this. I know HTML, i know PHP, dont worry about explaining the "How", i just cant find where to make the edits. I'l give you an idea of what i want to edit. The page that this stuff is up at is http://www.pillow-talk.ca/catalog The first thing i need to do is extend the width of the lefthand column where it shows the categories. I'm pretty sure that they're set via something in the index.php, but the only tables i can find call for <table border="0" width="<?php echo BOX_WIDTH; ?> and i dont know where to set BOX_WIDTH My website's address is in My Profile, since it's not allowed to be in my signature.
SeanB Posted November 1, 2006 Author Posted November 1, 2006 Is this the wrong forum to ask this? Is there a guide i should know about? I dont want to be annoying, but i'm sure 1 of the 40 people who read my post knows where i can find this information. My website's address is in My Profile, since it's not allowed to be in my signature.
Guest Posted November 1, 2006 Posted November 1, 2006 Hey mate, Check out catalog/includes/application_top.php for the BOX_WIDTH definition: // customization for the design layout define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125) To help you come to grips with basic design in osCommerce, look for a thread titled "Basics for Design" in the Tips and Tricks forum; it'll most likely be near the top of the list. :) Also have a squiz at the Knowledge Base Good luck. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.