Quote:
Originally Posted by azntfl
Hello
First post btw. This is my first hack and I it is great. I just got one question for now. It is possible to make the text box for the longanswer a little smaller, its quite large.
Thanks in advance.
|
Modify the number in green:
Code:
<tr>
<td class="alt1" valign="middle">
<b>$normalquestion1</b>:</td>
<td class="alt1" valign="middle" colspan="3">
<input type="text" size="50" value="$normalanswer1" name="normalanswer1" />
</td>
</tr>