Hi
I have the following html and the text for the input "fg" is not visible.
<td style="background-color: white;">
<input id="NormalDay1" class="tsm_textbox" type="text" value="fg" size="20" name="NormalDay1" style="background-color: white;"/>
</td>
I have checked for any color attributes in firebug but can't see any.
Any ideas why?
Malcolm