I’m using TinyMCE textareas or textboxes for an event logger app, and I need the text to be formatted a certain way. Something like this:

I can’t figure out how to do this without a table, which I cannot nest in the textarea or textbox. Any suggestions?
You cannot -layout- content in a textbox or textarea. You want to either go for TinyMCE as an iframe (where layout is broken relatively easy), or create separate inputfields for dates and logs (and layout using html/css).