arudis:
I think understand what you are trying to say:
You want the options for using basic text editor OR WYSIWYG when editing an HTML file.
Also, I think I am getting this: You are trying to add HTML into a PHP file, using the script, but it isn't working. In order to insert HTML, you can't do it in a PHP script, you will need to create an HTML file, and upload it, then specify in the PHP to load the HTML file.
Also, I personally dislike the WYSIWYG HTML file editor; It seems so bugged up, and constantly getting script errors. If you are using basic HTML is should work fine. The PHP basic editor works very well, you should have no problems on that end.
But in quick review: HTML won't work in a PHP file.
Last edited by victor01469 : 8 Hours Ago at 02:12 PM.
|