Does anyone know how to make a scrolling text box Read Only, if possible without it appearing grey however either version will do.
Kind Regards
Walker
RonPK
4:28 pm on Jul 26, 2003 (gmt 0)
Hi Walker, Exactly what do you mean with "scrolling text box"? What is the HTML code?
moonbather
5:08 pm on Jul 26, 2003 (gmt 0)
If the scrolling is happening inside a box of type <input type="text" readonly="readonly" ... > I wouldn't think the box would have a changed appearance. But if it did, you could try using style="color:#000000;background-color:#ffffff".