> The problem is, when i put html codes in the $html->textarea > fields, it actually outputs the html codes, how can i stop it from > outputting the actual html and only show the html codes in plain text?
Are you trying to enter HTML values into the "value" attribute for the textarea? Or is your question, "How do I allow HTML to be entered and saved into a form field?" I am not sure I understand exactly what you are trying to do. If it is the first idea–outputting some HTML as plain text into the textarea by using the "value" attribute–that should be simple. See two examples here: http://pastie.textmate.org/231535. If it's something else you are trying to do, maybe explain it with a use case and then use the code paster (http://pastie.textmate.org/) to paste in the view code you are using so we can see it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
