Avatar of breeze351
breeze351
 asked on

Text color and background in a text box.

I added the following code into the page:
<style>
k1 {
    background-color: #f2f2f2;
	color: black;
}
</style>

Open in new window


The code for the text box is:
 		<td width = "8%">
			<k1>
				<input name="Min_Store" type="text" id="Min_Store" value="<?php echo $Min_Store?>"  maxlength="6" size = "10" pattern="^\d*?" title="Minimum Store Size - Range is from 0 to 999,999.  Comma(s) and decimals are not allowed" />  
			</k1>
		</td>

Open in new window


It still shows as black text on a white background.  What did I miss?
HTML

Avatar of undefined
Last Comment
breeze351

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Shaun Kline

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
breeze351

ASKER
Thanks,  got it.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23