Follow the instructions, but instead of:
Quote:
maxLength="$postmaxchars"
|
use
AND instead of:
Quote:
<font class="textfont">Maximum Number of characters
for this text box is $postmaxchars.<br>
You have <B><SPAN id=myCounter>$postmaxchars</SPAN></B>
characters remaining for your description...
|
use
Quote:
<font class="textfont">Maximum Number of characters
for this text box is $postmaxchars.<br>
You have <B><SPAN id=myCounter>$pmmaxchars</SPAN></B>
characters remaining for your description...
|
That's it.