Guest Posted November 6, 2006 Share Posted November 6, 2006 Hi, I have a few questions that I hope someone can help me with, I've spent ages trying to find the answers but haven't worked it out yet! What file has the code for repositioning the text links in the main info boxes? At the moment, the links are too far on the left, I want to move them over slightly. I have included borders round my heading, but it appears grey, what file has the code for changing the color of the borders, found the one for resizing the border, but not the color. I'd like to move the info boxes up the page a bit, so that it meets the header, how can I do this? I've managed to move them inwards but not upwards, and it increased the space at the top too! How can I alter the width of the headers of the info boxes? Any help is very much appreciated! :) Thanks Jane Link to comment Share on other sites More sharing options...
desidil4ever Posted November 7, 2006 Share Posted November 7, 2006 easiest way for having infoboxes even in header without disturbing much of ur table structure.... if u ever browsed thru ur catalog files such as index or productinfo etc...u would have seen how the table tags are used. You should make a new file name it column_left_header.php and cut n paste some of the box codes (depending on ur requirement) into it. n just modify ur header on the basis of undermentioned code <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top" bgcolor="#ffffff" class="borderright"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="3" cellpadding="0"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left_header.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"> watever body content u want...in ur case I would put the PRESENT HEADER CONTENT HERE </td> </tr> </table> *********************************************' another way....its a long way...u have to modify all ur files in catalog folder search for <?php require(DIR_WS_INCLUDES . 'header.php'); ?> cut it from its present location n paste it AFTER <!-- body_text //--> u choose whichever 1 seems easier or flexible Simple Add-ons Please add simple plain tips here for others. Link to comment Share on other sites More sharing options...
Guest Posted November 10, 2006 Share Posted November 10, 2006 easiest way for having infoboxes even in header without disturbing much of ur table structure....if u ever browsed thru ur catalog files such as index or productinfo etc...u would have seen how the table tags are used. You should make a new file name it column_left_header.php and cut n paste some of the box codes (depending on ur requirement) into it. n just modify ur header on the basis of undermentioned code <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top" bgcolor="#ffffff" class="borderright"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="3" cellpadding="0"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left_header.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"> watever body content u want...in ur case I would put the PRESENT HEADER CONTENT HERE </td> </tr> </table> *********************************************' another way....its a long way...u have to modify all ur files in catalog folder search for cut it from its present location n paste it AFTER u choose whichever 1 seems easier or flexible Thanks for the reply, but I think you misunderstood the question, I just simply wanted to move the boxes up the page a bit, I didn't want them actually in the header if thats what you thought I meant. I found it in the Index file in the end. Link to comment Share on other sites More sharing options...
jdvb Posted November 10, 2006 Share Posted November 10, 2006 positioning the boxes is done in collumn_left.php and culumn_right.php yet I do think this question is poorly asked... topic: please help sorry to be rude perhaps, but that just sucks as a topic. a description like: "help on positioning boxes" would be fare better. Link to comment Share on other sites More sharing options...
Guest Posted November 10, 2006 Share Posted November 10, 2006 positioning the boxes is done in collumn_left.php and culumn_right.php yet I do think this question is poorly asked... topic: please help sorry to be rude perhaps, but that just sucks as a topic. a description like: "help on positioning boxes" would be fare better. Thank you for your comment, however, unfortunately I wasn't blessed with brilliant communication skills....but at least I'm not rude :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.