Forum Moderators: coopster
You can add a style attribute to your code. So, if you are echoing your data something like this:
echo '<input type="text" name="field" style="background-color:#E6E6FA">';
dc
in your css (stylesheet) file
input.bluebox
on your php / html page
<input class="bluebox" name="somename" value="" />
and
<textarea class="bluebox">Type your text here...</textarea>