Deltatrip Posted November 24, 2006 Posted November 24, 2006 Hi, I am working with Oscommerce since a month, and finally I managed to change the layout a bit. :) I am using STS and have a problem to adjust the informationbox. I would like to get it on the bottom in a horizontal line, but I can not figure out how to do it. As well I am using two languages so simply put in a straight link will not work. Any ideas how to get this solved? Second Problem is that the infoBoxHeading looks a little bit odd, means stuffed. I erased almost any tables in the template since I didn´t like them, and all is fine, expect the headings of the infobox. I tried to adjust it in the CSS but it did not help. Pleas have a look here Any suggestions will be appreciated, Delta Quote
Deltatrip Posted November 26, 2006 Author Posted November 26, 2006 Hi, I found solution for the informationbox. There are some conributions ( like footer_1_2_3_4_5_6 ) who enable you to put the informationsbox inside the footer. Using STS you only need to put the relevant code insider the sts_user_code.php and enabling the backwards compability with the footer. The code I used is ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <td align="center" class="headerNavigation"><a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONTACT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CONDITIONS); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONDITIONS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_PRIVACY); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_PRIVACY; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHIPPING);?>" class="headerNavigation"><?php echo BOX_INFORMATION_SHIPPING; ?></a> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td align="center" class="headerNavigation"> <?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> <?php Regarding the headers of the boxes, I put them back in tables, although I am not happy with it. For the moment it will do. When I found a nice solution I will post it here. Have a good day Delta Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.