dubville Posted June 11, 2004 Share Posted June 11, 2004 Can someone tell me how to edit this footer so the links are centered in the gray box? Please take a look at the footer on this site to see what I mean: http://www.dubville.com/shop.php <?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 © 2004 Dubville Performance Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <TR> <TD> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="209" height="54" align="center" valign="middle" bgcolor="#7A7A7A"><font class="txt_7">Copyright © 2004 Dubville Performance.<br> </font></td> <td background="images/c_menu_2.jpg" width="9"><img src="images/spacer.gif"></td> <td bgcolor="#999999" width="484" style="padding-left:65px "><a href="index.html" class="txt_7"><b>Main</b></a> <img src="images/points_3.jpg"> <a href="index-1.html" class="txt_7"><b>About Us</b></a> <img src="images/points_3.jpg"> <a href="shop.php" class="txt_7"><b>Store</b></a> <img src="images/points_3.jpg"> <a href="index-4.html" class="txt_7"><b>Gallery</b></a> <img src="images/points_3.jpg"> <a href="index-1.html" class="txt_7"><b>Contact Us</b></a> <img src="images/points_3.jpg"> <a href="index-3.html" class="txt_7"><b>Links</b></a> <img src="images/points_3.jpg"> </td> </tr> </table> </TD> </TR> </td> </tr> </TABLE> </td> </tr> </TABLE> Link to comment Share on other sites More sharing options...
ryanf Posted June 11, 2004 Share Posted June 11, 2004 Change the table cell where the links are to this: <td bgcolor="#999999" width="484" align="center"><a href="index.html" class="txt_7"><b>Main</b></a> <img src="images/points_3.jpg"> <a href="index-1.html" class="txt_7"><b>About Us</b></a> <img src="images/points_3.jpg"> <a href="shop.php" class="txt_7"><b>Store</b></a> <img src="images/points_3.jpg"> <a href="index-4.html" class="txt_7"><b>Gallery</b></a> <img src="images/points_3.jpg"> <a href="index-1.html" class="txt_7"><b>Contact Us</b></a> <img src="images/points_3.jpg"> <a href="index-3.html" class="txt_7"><b>Links</b></a> <img src="images/points_3.jpg"> </td> If I was crafty, this would be a funny signature. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.