Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

< form > tag causes some elements to turn yellow...why? 2

Status
Not open for further replies.

blueindian1

Programmer
Apr 24, 2001
150
US
hi,

below is the code for my page. when i include the form tags, some of the elements (for example, email) turn yellow.

anyone know why?

TIA!

Code:
<html>

<head>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../css/style.css&quot; />
</head>
<form name=&quot;support_call&quot; method=&quot;post&quot; action=&quot;support_call.html&quot;>
<body background=&quot;../tile.jpg&quot; topmargin=&quot;2&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; leftmargin=&quot;0&quot; rightmargin=&quot;2&quot; bottommargin=&quot;0&quot;>

<!-- begin outer table -->
<table width=&quot;100%&quot; border=0 cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;>
     <tr width=100%>
       <td colspan=3>

		<!-- begin banner-->
        <table width=100% border=0 cellpadding=0 cellspacing=0>
        <tr width=100%>

          <td>
               <img src=&quot;../images/2_01.jpg&quot; width=&quot;100%&quot; height=&quot;79&quot;>
          </td>
          <td>
               <img src=&quot;../images/2_02.jpg&quot; width=&quot;100%&quot; height=&quot;79&quot;>
          </td>
          <td>
               <img src=&quot;../images/2_03.jpg&quot; width=&quot;100%&quot; height=&quot;79&quot;>
          </td>
         </table>

       </td>
     </tr>


     <tr>
       <td>
			 <table>
			   <tr>
				  <td>
					   <img src=&quot;../images/image_1.gif&quot;></td>
				  <td>
					   <img src=&quot;../images/image_2.gif&quot;></td>
				  <td>
					   <img src=&quot;../images/image_3.gif&quot;></td>
			   </tr>
			 </table>
	   </td>
          <td class=sectionLabel width=50%>
            Call Me
          </td>
          <td width=30% class=welcomeText style=&quot;padding-right:15px;&quot;>
            Welcome Jane Bloggs<br>My Account | Log Out | Help
          </td>
     </tr>


     <tr>
	   <td valign=top>
		<!-- begin left nav -->
		<table width=100%>
		 <tr width=100%>
		   <td class=tabLabel width=100%>Device Inventory</td>
		 </tr>
		 <tr width=100%>
		   <td class=tabLabel width=100%>Buy Services</td>
		 </tr>
		 <tr width=100%>
		   <td class=tabLabel width=100%>Buy Products</td>
		 </tr>
		 <tr width=100%>
		   <td class=tabLabel width=100%>Support</td>
		 </tr>
		</table>
		<!-- end left nav -->
	   </td>

	   <td colspan=2 align=left valign=top style=&quot;padding-right:15px;&quot;>
	    <!-- begin content area -->
     	   <table border=1 width=100% class=mainContentBoxes valign=top>
     	      <tr width=100%>
     	        <td colspan=4 class=contentLabel>
     	        Please verify that your telephone contact information is correct, select a problem
     	        type, and enter a problem description.
     	        </td>
     	      </tr>
			  <tr width=100%>

				<td class=formElementLabel>
				First Name:
				</td>

				<td>
				<input class=formElement type=text name=FIRSTNAME_PLACEHOLDER>
				</td>

				<td class=formElementLabel>
				Problem Type:
				</td>

				<td>
				<select class=formElement name=PROBLEM_TYPE_PLACEHOLDER>
				  <option value=&quot;&quot;>Select One</option>
				</select>
				</td>


			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Last Name:
				</td>

				<td>
				<input class=formElement type=text name=LASTNAME_PLACEHOLDER>
				</td>
				<td colspan=2 class=formElementLabel>
				 
				</td>

			  </tr>
			  <tr width=100%>
				<td class=formElementLabel>
				Job Title:
				</td>

				<td>
				<input class=formElement type=text name=JOBTITLE_PLACEHOLDER>
				</td>
				<td colspan=2 class=formElementLabel>
				Problem Description:
				</td>

			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Email Address:
				</td>

				<td>
				<input class=formElement type=text name=EMAIL_PLACEHOLDER>
				</td>

				<td colspan=2 rowspan=7 valign=top style=&quot;padding-left:12px;&quot;>
				<textarea cols=30 rows=10 name=PROBLEM_DESCRIPTION_PLACEHOLDER>
				</textarea>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Phone Number for<BR> the next X hours:
				</td>

				<td>
				<input class=formElement type=text name=TEMP_PHONE_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Phone Number:
				</td>

				<td>
				<input class=formElement type=text name=PHONE_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Company Name:
				</td>

				<td>
				<input class=formElement type=text name=COMPANY_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Street Address 1:
				</td>

				<td>
				<input class=formElement type=text name=STREETADDR1_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Street Address 2:
				</td>

				<td>
				<input class=formElement type=text name=STREETADDR2_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				City:
				</td>

				<td>
				<input class=formElement type=text name=CITY_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				State:
				</td>

				<td>
				<select class=formElement name=PARTNER_STATE_PLACEHOLDER>

				</select>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Zip/Postal Code:
				</td>

				<td>
				<input class=formElement type=text name=ZIPCODE_PLACEHOLDER>
				</td>
			  </tr>

			  <tr width=100%>
				<td class=formElementLabel>
				Country:
				</td>

				<td>
				<input class=formElement type=text name=COUNTRY_PLACEHOLDER>
				</td>
			  </tr>
		   </table>
	    <!-- end content area -->
	   </td>
     </tr>

<!-- end outer table -->
</table>
</body>
</form>
</html>
 
Do you have the Google toolbar installed at all? That causes fields that can be populated by the toolbar to turn yellow.
 
Check out your style.css file. See if there be any formatting entry for form tags.
 
Craftor,
Thanks....Those yellow fields have been driving me crazy. Thanks for post. I would have never thought of it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top