Wordpress - softatek.wordpress.com - Web Development Company | Offshore outsourcing Website development | Offshore web development| Website Designing
General Information:
Latest News:
Problem in placing textarea inside tinymce editor 29 Jan 2011 | 01:43 am
Solution : If you are using php, pass the content using htmlentities() function. eg: $strHtml = “<!– your form code with input fields and text area –>”; <textarea id=”tinycode”><?php echo(htmlentities...