I want to create a dynamic size table inside a text field(input type="text") It is to be created by the click of a button, the table will be filled from within that text-box before the whole post being submitted.
So its a text box for blog posting, so that the table will be posted along with the text.
how to do that? (in the simplest way please).
Edit:
i was thinking is there a way to say highlight a certain part of the text and apply table html tags from there <table><th><td>? but what about the tag attributes?