Wednesday, March 28, 2012

text boxes appearing differently

I am trying to create a simple user control for a person's name, It will ask for first name, middle name, last name, and suffix.
For some reason the text box associated with suffix is appearing with a background of while while all the others have a background of yellow. The properties are all the same for each of the boxes.
I have determined this is due to my google bar. Any idea what I can do to ensure consistency without removing the google bar?
<code>
<html>


First Name:You must enter a first name for the provider
Middle Name:
Last Name:You must enter a last name for the provider
Suffix: (e.g. Jr. , M.D. , etc.)

</html>
</code>

Yep, here ya go:
http://code.jenseng.com/google/

0 comments:

Post a Comment