Im trying to align the EZpages links on the Footer to be on the center of the page, if someone can point me in the right direction to do this, I would really apreciate it . thanks
http://www.allstreetsigns.com/store/...roducts_id=181
Im trying to align the EZpages links on the Footer to be on the center of the page, if someone can point me in the right direction to do this, I would really apreciate it . thanks
http://www.allstreetsigns.com/store/...roducts_id=181
wow i just went through all the "footer" related files and the only one that even had the word "center" was the file admin\includes\footer.php
which had the following
<table border="0" width="100%" cellspacing="10" cellpadding="10">
<tr>
<td align="center" class="smallText" height="100" valign="bottom"><a href="http://www.zen-cart.com" target="_blank"><img src="images/small_zen_logo.gif" alt="Zen Cart:: the art of e-commerce" border="0"></a><br /><br />E-Commerce Engine Copyright © 2003-<?php echo date('Y'); ?> <a href="http://www.zen-cart.com" target="_blank">Zen Cart™</a><br /><?php echo '<a href="' . zen_href_link(FILENAME_SERVER_INFO) . '">' . $current_sinfo . '</a>'; ?></td>
</tr>
</table>
however i do believe that it is for the copyright stuff right at the bottom.
i hope someone can answer this
Ok i got it, I added this in my stylesheet:
#navSupp {margin-left: 17.5em;}
....................................^^Adjust as desire.
![]()