I have a curiosity about the function
that insert in a table the text with particular definition, like color, type of text, etc...
I insert in a database a text, for example ASP text like:
Function text()
this function is....
Dim variable
Response.write(variable)
End Function
That I would like that my page print the codificate text, I try to explain myself.
I would that when a row of the text start with ', the follow text have a different color; then i would like could go a new line when in database the text go at new line.
Which is the best way to insert the text in the database to do this?