Guest Posted March 31, 2008 Posted March 31, 2008 Hi All, I'm having a bit of a problem with my footer, as you can see in the image below: The Shipping & Returns link is not in the style of my other links. This is so stupid of me because I can't seem to find the mistake anywhere right now. Please see the code below: <?php/* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <tr><td valign="top"> <table border="0" cellspacing="0" cellpadding="0"> <tr><td height="4" colspan="3"></td></tr> <tr><td><?=tep_image(DIR_WS_IMAGES.'m38.gif')?></td> <td width="732" height="58" bgcolor="#E9E9E9"> <table border="0" cellspacing="0" cellpadding="0"> <tr><td width="187" align="center"><a href="http://www.ratepoint.com/profile/3203" target="_blank"><?=tep_image(DIR_WS_IMAGES.'m40.gif')?></a></td> <td width="544" align="right"><span class="tx2">Copyright © <?=date('Y')?> <?=STORE_NAME?></span><font color="#707173"> | <a class="ml2" href="<?=tep_href_link('privacy.php')?>"><?=BOX_INFORMATION_PRIVACY?></a> | <a class="ml2" href="<?=tep_href_link('conditions.php')?>"><?=BOX_INFORMATION_CONDITIONS?></a> | <a class="m12" href="<?=tep_href_link('shipping.php')?>"><?=BOX_INFORMATION_SHIPPING?></a></font><span id="zxc1"><?=FOOTER_TEXT_BODY?></span> </td></tr> </table> </td> <td><?=tep_image(DIR_WS_IMAGES.'m39.gif')?></td></tr> </table> </td></tr> </table> Does anyone see the mistake? It's driving me insane! Thank you in advance :)
Guest Posted March 31, 2008 Posted March 31, 2008 Hi All, I'm having a bit of a problem with my footer, as you can see in the image below: The Shipping & Returns link is not in the style of my other links. This is so stupid of me because I can't seem to find the mistake anywhere right now. Please see the code below: Does anyone see the mistake? It's driving me insane! Thank you in advance :) looks like it is using m12 in lieu of ml2
Guest Posted March 31, 2008 Posted March 31, 2008 Thank you Coopco :) So this is what I get for staring at the computer 12 hours straight :blush:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.