Feedback on: irt.org FAQ Knowledge Base Q37
Worth:
Very worth reading
Comments:
Thanks for this article.
It solved a very simple, although I made it too complex, problem.
When displaying text in a DHTML layer, I was trying to use \n as the new line. But, in reality, I should have been using teh <BR>
Thanks!
Worth:
Worth reading
Comments:
And what happens if I'm receiving
text from a database like:
Jack "The Ripper"
or
Andrés D'Alessandro
where I cannot decide in advance to choose single or double quote to assign. and I cannot insert the "\" because I'm reading values from database ??
Thanks.