Hello, I am trying to get the header/logo on hostbright.net to lead you back to the home page but for some god awful reason I cant get it to work. Any suggestions?
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style4 {color: #000066}
.style10 {color: #000000}
-->
</style>
<body>
<table align="center" border="0" cellspacing="0" cellpadding="0" class="main_borders">
<tr>
<td>
<table width="779" border="0" align="center" cellpadding="0" cellspacing="0" href="http://www.hostbright.net/" class="top_bg"
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="67">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="right">
<td>
<?php include("templates/$templatedir/includes/inc_toplinks.php"); ?>
</td>
</tr>
<tr valign="bottom" align="right">
<td><p> </p>
<p align="right" class="style1 style4"> <span class="style10">Toll Free: 1-877-2-Host Me</span> </p></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<div class="BG_menu">
<?php include("templates/$templatedir/menu/menu.php"); ?>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>






