Its just working now, i refreshed the page loads of times and it didn't work but its showing up now, strange one!
I have a text area and i want to display non changable text in it for terms and conditions on a registration page, i have the textarea disabled fine, but when i put text into the text area like below the text wont show up in FF browser, works fine in IE6 and Opera! Any ideas??
Code:<textarea cols="90" rows="22" class="form_2" READONLY>terms and conditions text goes here</textarea>
you could just use a div with overflow: auto; in the css instead