Quote:
Originally Posted by SuthernKumfort
If someone else could take a look at this screeen shot and not be so vague, I would greatly appreciate it. I have searched high and low to find where to edit the boxes so they wouldnt be black. Can anyone help please?
|
If your problem is the boxes being black and not showing your letters/words then you can just add
Code:
<font color="#C0C0C0">
to that section and your words/letters will show up white.
For example:
Code:
<tr><font color="#C0C0C0">
<td class="alt1" valign="middle">
<b>$longquestion1</b><br />
$longexplain1</td>
<td class="alt1" valign="middle" colspan="2">
<textarea rows="20" cols="70" name="longanswer1">$longanswer1</textarea>
</td>