Hi,
I'm creating a form with a text area. I would like my users to to be able to format their text (bold, italics, color, font).
Then I would like the text and formating to be saved into a DB. Then be displayed with the formatting.
Is there any code that can let my users (non-coders) format their text areas so that can be saved in a database and then can be displayed.
I can do some formatting with CSS, but I don't know how I could let the user choose the formatting and then save it in a DB.
.textarea {
font-family : serif;
color : Aqua;
}
Thank you for your help!!
Ryan
I'm creating a form with a text area. I would like my users to to be able to format their text (bold, italics, color, font).
Then I would like the text and formating to be saved into a DB. Then be displayed with the formatting.
Is there any code that can let my users (non-coders) format their text areas so that can be saved in a database and then can be displayed.
I can do some formatting with CSS, but I don't know how I could let the user choose the formatting and then save it in a DB.
.textarea {
font-family : serif;
color : Aqua;
}
Thank you for your help!!
Ryan