Quote:
Originally Posted by acidburn0520
If it's any consolation, I got it working on the default template... but for some reason, the skin I'm using doesn't like the modified register template.
|
hmm, well im pretty sure this is your issue:
HTML Code:
<td align="left" valign="top">
<a href="register.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('register','','reever/images/misc/register_on.gif',1)"><img src="reever/images/misc/register_off.gif" name="register" border="0" alt="" /></a>
</td>
it has the same name as the form which is causing problems.