rhytha Posted January 26, 2003 Posted January 26, 2003 How to increase left column width alone...i tried editing the application.php file but its increasing both the left as well as right column, i just need to increas the left columns alone. any guys can help me??
Ajeh Posted January 26, 2003 Posted January 26, 2003 You would need to make a new variable/constant BOX_WIDTH_LEFT in application_top.php and change the Left Column setting in all the files in /categories from: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> To now read: <td width="<?php echo BOX_WIDTH_LEFT; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH_LEFT; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //-->
Recommended Posts
Archived
This topic is now archived and is closed to further replies.