Connecting Database to HTML element


I am making a writing platform much like one I was a part of that shut down, with some of the features people requested from it that it never had (like private messaging and some other things I’ve added no problem). I have a rich text editor that sends the “writings” to the database and display them just fine. But as the nature of writing short stories or novel chapters go, they are too long so I implemented a HTML scroll-box.
That being said, I don’t know how to make the text show up in the html element from the UserStories database. I know it involves code, but I only know absolutely basic HTML and don’t know how to accomplish this.

Bumping this back up because I can’t figure this out

You will need to send the text to the HtmlComponent using messages. See the article Corvid: Working with the HTML Element for more information.