Inserting HTML into articles
Hi everyone, is it possible to insert HTML codes into Articles? The tinymce editor doesn't have any way for me to put in HTML codes. Is that intentional or is there anyway I can change the setting so that I can insert HTML codes onto my articles? One example is to insert hyperlinks in my article. Is this possible?
go to admin/articles.php. revise line 51 by taking out link,unlink.
1. Look for the lines from:
tinyMCE.init({
.
.
.
.
.
.
<!-- /tinyMCE -->
';
2. Copy the script below and replace it accordingly.
tinyMCE.init({
mode : "textareas",
theme : "advanced",
content_css : "' . $site['base'] . 'css/tiny_mce.css",
editor_selector : "articl",
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,media,searchreplace,print,contextmenu,paste,directionality,fullscreen",
theme_advanced_buttons1_add see more