onedownfiveup Posted September 20, 2006 Posted September 20, 2006 How can I put text links where my counter is in my footer? I want to link privacy.php there and same with contactus
mark Posted September 20, 2006 Posted September 20, 2006 How can I put text links where my counter is in my footer? I want to link privacy.php there and same with contactus You can do it in two ways. 1. Modify the text in languages/english.php file which probably wont be sufficient so you can the modify the actual includes/footer.php file hope that helps. Mark
onedownfiveup Posted September 20, 2006 Author Posted September 20, 2006 I modified includes/footer.php but for some reason I can't space them out. Would I use HTML to make them links?
onedownfiveup Posted September 20, 2006 Author Posted September 20, 2006 <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer" align="right"> <a href="http://www.smithersstore.com/privacy.php">Privacy</a> </td> <td align="left" class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> </tr> </table> That is not working.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.