Quote from: NJBassOnline.com on January 02, 2004, 03:54:31 PM
Thanks Peter! It seems to work!
Glad to hear it, but please note that there's *still* a superfluous </td> tag in the last line of the code I posted (so how did I miss that?)!
While IE will probably lap it all up anyway if that's what your users are using, I recommend that you amend the replaced code to:
<tr><td colspan="2">
' . $userTitleField . '
<input type="hidden" name="name" size="30" value="' . $memsettings['realName'] . '" />
</td></tr>
(About to edit Reply #2 as well for the benefit of anyone else coming to this topic!)