For some reason, I have several text boxes on a website that I am working on that like to display themselves with a yellow background. I even tell the textboxes to make the background white without success. Any idea why this is happening? Not all of the text boxes do it, just some of them.
here is a link to a picture of what im talking about and the html code that visual studio has for the textbox
<asp:TextBox id="TextBox1" runat="server" Width="232px" BackColor="White" Font-Size="Smaller Font-Names="Arial" Font-Bold="True"></asp:TextBox>
http://www.chadwickcmeyer.com/atot/yellow.jpg
here is a link to a picture of what im talking about and the html code that visual studio has for the textbox
<asp:TextBox id="TextBox1" runat="server" Width="232px" BackColor="White" Font-Size="Smaller Font-Names="Arial" Font-Bold="True"></asp:TextBox>
http://www.chadwickcmeyer.com/atot/yellow.jpg
