I have this code here
It makes a cell that you can input numbers in for the unitPrice what I am wanting to do is the inside of the cell is white by defalt. I am wanting it LawnGreen 7CFC00 for the inside of the cell.
I have tried editing it and came up with this
<input class=“unitPrice” name=“unitPrice<?php echo "1".$i.$j; ?>” type=“text” id=“unitPrice<?php echo "1".$i.$j; ?>” onchange=“calc(<?php echo "1".$i.$j.",".$j.",".$v_iibp; ?>)” value="" size=“10” />
More of a CSS style there with no luck or help at all its still white inside the cell. Any help would be greatly thanked