I was wondering if anyone knows of a way to make the background color of an textbox print out. It looks great on the screen but when it prints it doesn't include the backgrond color. Here is an example of what I am doing:
input type="text" size="9" name="hi" STYLE="background-color:#cccccc;" value="Hello"
Any help would be greatly appreciated!!
input type="text" size="9" name="hi" STYLE="background-color:#cccccc;" value="Hello"
Any help would be greatly appreciated!!