hi to all,
i built a page with fck and data stored on db... the code is something like
<textarea>the text goes here and also <p>some HTML tags</p></textarea>
when i try to validate the xhtml of the page, the system says that I can't have html tags inside textarea, what do you suggest to solve the problem?
fabrizio
i built a page with fck and data stored on db... the code is something like
<textarea>the text goes here and also <p>some HTML tags</p></textarea>
when i try to validate the xhtml of the page, the system says that I can't have html tags inside textarea, what do you suggest to solve the problem?
fabrizio
RE: xhtml validation problem
excuse the silly question, htmlspecialchars did the trick
