...
HTML:
<td colspan="2" id="tasklist">
<label>
<input type="text" value="Create a task for this iteration" size="75%" height="25px"/>
</label>
</td>
JavaScript:
$("#tasklist").append('<input type="text" value="Create a task for this iteration" />');
? CSS:
label {
display: none;
}
, .