Hi,
I was wondering if it's possible to customize the way the [-- CR_Name --] tag is laid out. Right now it is a table with a bunch of cells and stretches too wide for my layout. Here is what it outputs now:
<table class="email_pw">
<tr><td align=left class="email_pw">Enter E-mail Address:<font color=blue>*</font></td><td class="email_pw_select" align=left><input tabindex="6" class="email_pw" type=text name=email1 value=""></td><td align=left class="email_pw_note">(this will be used to sign in to your account)</td></tr>
<tr><td align=left class="email_pw">Enter Password:<font color=blue>*</font></td><td align=left class="email_pw_select"><input tabindex="7" class="email_pw" type=password name=text1 value=""></td><td class="email_pw_note">Minimum password length allowed is 8</td></tr>
<tr><td align=left class="email_pw">Re-enter Password:<font color=blue>*</font></td><td align=left class="email_pw_select"><input tabindex="8" class="email_pw" type=password name=text2 value=""></td><td class="email_pw_note"> </td></tr>
</table>
Is it possible to customize? Thanks in advance!