Reeselectronics Posted August 28, 2008 Posted August 28, 2008 Hi, thanks in advance for the help. my website is http://www.digitaltranscriptionstore and i cannot seem to get rid of the unwanted space between the links in the left column i tried everything i can think of and still not luck , however it doesnt happen when i am on the all product or search page... please if anyone can help i would really appreciate it.
Reeselectronics Posted August 28, 2008 Author Posted August 28, 2008 link not working ooopps sorry bout that here goes the link again: http://www.digitaltranscriptionstore.com
Reeselectronics Posted August 28, 2008 Author Posted August 28, 2008 is there anyone that can help?? i am running out of ideas thx
Guest Posted August 28, 2008 Posted August 28, 2008 Hi look in allprods.php I think you have a column on the right but as you are not using a "column right" is will show as a box? so look for this code and remove it: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> if you need just post: allprods.php index.php also I can not see any think on the search page
Reeselectronics Posted August 29, 2008 Author Posted August 29, 2008 i tried searching for <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> in allprods header footer index but still no luck how ever the spacing only happens when dealing with regular product listing , not all products listing or search page or any other page... any more help will be greatly appreciated Hi look in allprods.php I think you have a column on the right but as you are not using a "column right" is will show as a box? so look for this code and remove it: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> if you need just post: allprods.php index.php also I can not see any think on the search page
Reeselectronics Posted August 29, 2008 Author Posted August 29, 2008 any more help will be greatly appreciated !! thx in advance
Guest Posted August 29, 2008 Posted August 29, 2008 DO A SCREEN SHOT AND POST THE FILE YOU HAVE THE PROB WITH AND ONE YOU DO NOT HAVE A PROB WITH
famousb Posted August 29, 2008 Posted August 29, 2008 have you tried coding in the top and bottom margins for .floatcenter table rows in your stylesheet.css? that seems like it could be what is causing the difference since the code seems to be the same, but the appearance is different. If you hardcode in the top & bottom margins, you should get a more consistent result (at least in theory).
Guest Posted August 29, 2008 Posted August 29, 2008 right r you saying that: this is ok http://www.digitaltranscriptionstore.com/p...memo-p-386.html this is ok, but this page is off to the left due to a right side table/box http://www.digitaltranscriptionstore.com/allprods.php to sort the right box: try this: in allprods.php find <!-- body_text_eof //--> <td valign="top" width="125"><table border="0" cellpadding="2" cellspacing="0" width="125"> <!-- right_navigation //--> <!-- right_navigation_eof //--> </table></td> </tr> </tbody></table> and replace with: <!-- body_text_eof //--> <!-- right_navigation //--> <!-- right_navigation_eof //--> </tr> </tbody></table> this is not ok: http://www.digitaltranscriptionstore.com/index.php which of the above are you saying you need?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.