Guest Posted July 27, 2004 Posted July 27, 2004 Hi all, Now I know that there are several different Infobox & Column pages that are involved in createing the two left and right infobox colums but i have no idea how or where to make the changes that are needed to achieve what i want to do. i want the seperat infoboxes to have no space above or below them. So that they look as if they are in the same table, also i would like the top of the first infobox to touch the bottom of the header. This will allow me to make the columns look like they are integrated into the header. I do hope this makes some kind of sense as i would love to beable to do this. THANKS FOR YOUR HELP JAMES
Guest Posted July 27, 2004 Posted July 27, 2004 In all your catalog folder files changes this: <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> to this: <!-- body //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> And change this: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> to this: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0"> The_Bear
mediadealer Posted August 16, 2004 Posted August 16, 2004 I am trying to accomplish the same thing as Jamesuk-ex. i tried making the changes suggested but when i do i still have a tiny gap which you can see in the image below i really don't understand why this gap is appearing. I can't find the code that's responsible for it. any hints would be highly appreciated. Thanks! --Corey
Recommended Posts
Archived
This topic is now archived and is closed to further replies.