Guest Posted November 1, 2005 Posted November 1, 2005 Ok so here is what I have so far. Any one have any ideas on how to get the the gap between the catalog and the left side of the site fixed? I just cant find the right place to edit for some reason. http://www.ryanlanhamonline.com/clients/mi...&products_id=28 also I want to edit these tables the the products are in and align them also... http://www.ryanlanhamonline.com/clients/mi...ex.php?cPath=21 Also...in the admin area where you first create your products I would like to remove some options as they are not needed ... would I remove them from the the catalog/admin/configuration.php any help at the moment would be great as I have become exhausted.
♥Vger Posted November 1, 2005 Posted November 1, 2005 Well, your code is a bit of a mess - you've got two opening and closing head tags with an opening head tag between the two, which is set to "div-align=left", which isn't closed until the second body tag is closed at the end of the page. It's a bit late now but if you were starting with unaltered files then I'd recommend you use my Fixed Width Site With CSS contribution (link below). Vger
Guest Posted November 2, 2005 Posted November 2, 2005 I cleaned up the code quite a bit...heres how is looks now...its still shifted to the left though... http://www.ryanlanhamonline.com/clients/mi...ex.php?cPath=21
♥Vger Posted November 2, 2005 Posted November 2, 2005 You're going to have to find that error for yourself. It's not an osCommerce problem - it's a problem that arises from changes you've made yourself. Best advice is to strip out the table changes you've made to the root level files and then install the contribution I referred you to. Vger
neurotoxic Posted November 2, 2005 Posted November 2, 2005 You're going to have to find that error for yourself. So much for community support... :P Seriously now... RLD, find that code in pretty much every page in the /catalog folder: <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> and try replacing it with this: <!-- body_text_eof //--> <td width="10" valign="top"><table border="0" width="10" cellspacing="0" cellpadding="0"> <!-- right_navigation //--> If I remember correctly, that's where the problem was and this should solve it. Let me know if it doesn't work.
neurotoxic Posted November 2, 2005 Posted November 2, 2005 Whoopsy, I think I'm wrong here... Have a look there: http://leschopins.com/catalog/product_info...products_id=122 (the site's not completed yet, so there probably are some bugs and broken links here and there) I remember I've had the same problem, but I can't remember exactly how I fixed it. Take a look at the page source and compare with your code. Maybe you'll find out. As Vger pointed out, look closely at the changes you've made in the tables, and see also if some other changes should be made. Sorry Vger, I think I've missread you previous post, I didn't want to offend you!
Guest Posted November 3, 2005 Posted November 3, 2005 Well I found my issues when I started over. The problem was that I striped out the include to the colum_left.php but I left the table data that it sat in. If you look here you can see that all is well. http://www.ryanlanhamonline.com/clients/mi2/catalog/ now...im down to two and final things that I need to do to the main look of the oscomm code. One is changing the containing table for the products which I think I do pretty easily and finding the rest of the messed up code the causing the layout to distort. Any see the error? http://www.ryanlanhamonline.com/clients/mi...&products_id=28 Oh and Vger I did you your contrib...thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.