Code fragment from help_bottom.htm
Code:
<tr>
<td bgcolor="#5F8FB0"><b><font face="Verdana, Arial, helvetica, sans-serif" size="2" color="#EBF1F7">Email:
</font></b><font face="Verdana, Arial, helvetica, sans-serif" size="1" color="#EBF1F7">(required)</font></td>
</tr>
<tr>
<td bgcolor="#EBF1F7">
<p><font face="Verdana, Arial, helvetica, sans-serif" size="2">This
is the email address that will be associated with your account.
It will be used to send you notifications, to aid in the replacement
of lost passwords, and to be contacted by the administrator if he/she
so desires. An active email address is required to complete the
registration process.</font></p>
<p><font face="Verdana, Arial, helvetica, sans-serif" size="2">You
can make this address private by simply not checking the "Allow
other users to view my email address".</font></p>
<p> </p>
</td>
</tr>
There are no named anchor tags in your code...
you need to add them thus:
Code:
<tr>
<td bgcolor="#5F8FB0"><b><font face="Verdana, Arial, helvetica, sans-serif" size="2" color="#EBF1F7"><a name="email"></a>Email:
</font></b><font face="Verdana, Arial, helvetica, sans-serif" size="1" color="#EBF1F7">(required)</font></td>
</tr>
<tr>
<td bgcolor="#EBF1F7">
<p><font face="Verdana, Arial, helvetica, sans-serif" size="2">This
is the email address that will be associated with your account.
It will be used to send you notifications, to aid in the replacement
of lost passwords, and to be contacted by the administrator if he/she
so desires. An active email address is required to complete the
registration process.</font></p>
<p><font face="Verdana, Arial, helvetica, sans-serif" size="2">You
can make this address private by simply not checking the "Allow
other users to view my email address".</font></p>
<p> </p>
</td>
</tr>
Bookmarks