Hi guys!
First off let me explain that I
know it's not possible to output html in a text area and expect it to appear rendered. =)
I'm trying to come up with a solution.
Basically, I receive from my database a field that contains html.
Something like:
I have a text area that outputs that. The point of having that in a text area field is so that all the code that comes back from the database is placed there and will get scrollbars if the output becomes to long for the text area size.
Now, I would like to output from that field in the database the code with html rendered. So, in the example above, I'd see this in the text area:
Awesome!
How can I have the same "field with scrollbar" effect without using a text area?
Ideas? Thanks in advance!