Hi,
I'm trying to change the colour of the background on an input box, but I can't seem to get it to work.
I've tried this:
<input type ="text" style ="width:30px; height:20px; bgcolor:blue" name="txtTotal" maxlength="10" disabled></input>
Can you do this without using CSS??????
I'm trying to change the colour of the background on an input box, but I can't seem to get it to work.
I've tried this:
<input type ="text" style ="width:30px; height:20px; bgcolor:blue" name="txtTotal" maxlength="10" disabled></input>
Can you do this without using CSS??????