case "response":
echo "<tr><td class=\"navtd\" align=\"right\">Response:</td>";
- echo '<td align="left"><textarea style="width:400px;" id="response" name="response" cols="55" rows="35">'.$value.'</textarea></td>';
- //text_area("response",$value,8,60);
+ echo '<td align="left"><textarea id="response" name="response">'.htmlspecialchars($value).'</textarea></td>';
echo "</tr>";
echo "<tr><td> </td><td>NOTE: Insert COUPON IMAGE1 IMAGE2 IMAGE3 etc. in the body of
your text where you want the images to appear.</td></tr>";