| My Text Box is Frozen also
I'm having the same problem. I have looked line by line & cannot find the following code in "adm-misc.php" to try & replace it. Do you have a line number?
Code:
if ($id == 197 )
{
$introcopy = htmlentities( $setting );
$output .= "<td width=\"35%\" class=\"$ckcolor\" align=\"left\"><textarea name=\"$id\" cols=\"30\" rows=\"10\">$introcopy</textarea></td></tr>";
$optprnt=0;
}
|