Ok, hopefully there is just something really easy that I'm not finding, but I have a form with total boxes at the bottom. Obviously I can't let the user change their value so I have it working by using a disabled input box. Unfortunately, things like font color are sub-optimal this way, as the grey text makes everything hard to read. Is there some other object that I can use that will prohibit user input, have a value I can modify through JavaScript, and allow me to apply style sheets?
Thanks
Thanks