proton318 Posted July 12, 2003 Share Posted July 12, 2003 I don't actually want to columns to be gone, but all the boxes. Is there an easy way to do this or do I have to go to each php page and remove the lines - <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> - each time? Basically I want all my pages to look like this one - http://www.kitkatmoore.com/catalog/default.php - no boxes, just product and information in the center. Thanks! Every passing minute is another chance to turn it all around. Delegated to web lackey - again. Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2003 Share Posted July 12, 2003 The simple answer is no, you have to do it each time. However, if you don't mind having blank columns on either side of the page, you can replace the column_*.php files with blank files (may need a <?php ?>) or comment out all the require/include lines in the file. This will leave blank columns there. Btw, if you mind the blank columns, your solution won't work. Instead, you need to follow the instructions included on this page to remove the table cells creating the columns as well. Hth, Matt Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2003 Share Posted July 12, 2003 You could just have empty column files :shock: Link to comment Share on other sites More sharing options...
proton318 Posted July 12, 2003 Author Share Posted July 12, 2003 Blank colums are fine. I might actually fill the left column with a company logo of some sort and leave the right just as it is on the default page. I appreciate the quick response! Every passing minute is another chance to turn it all around. Delegated to web lackey - again. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.