Spice Your Footer

MobileHacks

New Member
This is a simple code, you can add to you footer..
Go To Style open footer add this code on the bottom of the page, save..

PHP:
<table width="100%"  class="thead" cellpadding="0" cellspacing="0">
  <tr align="left">
<td width="100%" align="center" valign="middle">| <a href="index.php?">Home</a> | <a href="register.php?">Register</a> | <a href="faq.php?" accesskey="5">FAQ</a> | <a href="memberlist.php?">Members List</a> | <a href="calendar.php?">Calendar</a> | <a href="search.php?do=getdaily" accesskey="2">Todays Posts</a> | <a href="search.php?" accesskey="4">Search</a> | <a href="search.php?do=getnew" accesskey="2">New Posts</a> |
  </td>

  </tr>
</table>
</td>
  </tr>
</table>
 
Back
Top