Show me the source of the page with the editor loaded, just the top part like this:
Code:
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>joomlatest - Administration [Joomla]</title>
<link rel="stylesheet" href="templates/joomla_admin/css/template_css.css" type="text/css" />
<link rel="stylesheet" href="templates/joomla_admin/css/theme.css" type="text/css" />
<script language="JavaScript" src="http://localhost/joomla/includes/js/JSCookMenu_mini.js" type="text/javascript"></script>
<script language="JavaScript" src="http://localhost/joomla/administrator/includes/js/ThemeOffice/theme.js" type="text/javascript"></script>
<script language="JavaScript" src="http://localhost/joomla/includes/js/joomla.javascript.js" type="text/javascript"></script>
<!--//TinyMCE/MosCE-->
<script type="text/javascript" src="http://localhost/joomla/mambots/editors/jce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" src="http://localhost/joomla/mambots/editors/jce/jscripts/tiny_mce/jce_functions.js"></script>
<script type="text/javascript">
var url = document.location.href;
var site_url = "http://localhost/joomla";
url = url.replace(site_url, '', 'g');
if( url.match( 'administrator', 'g' ) ) site_url = site_url+'/administrator';
var convert_urls = true;
tinyMCE.init({
site : site_url,
jbase : site_url,
document_base_url: "http://localhost/joomla/",
theme : "advanced",
language : "en",
lang_list : "en",
width : "500",
height : "600",
mode : "specific_textareas",
browsers : "msie,safari,gecko,opera",
event_elements : "td,img,a",
relative_urls : false,
remove_script_host : false,
auto_reset_designmode : true,
apply_source_formatting : true,
save_callback : "JCESave",
entity_encoding : "named",
content_css : "http://localhost/joomla/templates/madeyourweb/css/editor_content.css",
theme_advanced_source_editor_height : "550",
theme_advanced_source_editor_width : "750",
plugin_preview_width : "750",
plugin_preview_height : "550",
//Paste Options
paste_create_paragraphs : false,
paste_create_linebreaks : false,
paste_use_dialog : false,
paste_auto_cleanup_on_paste : false,
paste_strip_class_attributes : "all",
paste_remove_spans : true,
paste_remove_styles : true,
//
convert_fonts_to_spans : true,
font_size_style_values : "8pt,10pt,12pt,14pt,18pt,24pt,36pt",
table_inline_editing : false,
invalid_elements: "applet",
force_br_newlines : false,
force_p_newlines : true,
directionality : "ltr",
theme_advanced_layout_manager : "SimpleLayout",
theme_advanced_toolbar_location : "top",
theme_advanced_statusbar_location : "bottom",
theme_advanced_disable : "contextmenu",
theme_advanced_buttons1 : "undo,redo,help,newdocument,bold,italic,underline,bullist,numlist,outdent,indent,strikethrough,code,removeformat,cut,copy,paste,pasteword,pastetext,search,replace",
theme_advanced_buttons2 : "hr,sub,sup,justifyright,justifycenter,justifyleft,justifyfull,anchor,link,unlink,tablecontrols",
theme_advanced_buttons3 : "styleselect,fontselect,fontsizeselect,forecolor,backcolor,charmap,visualaid,formatselect,ltr,rtl",
theme_advanced_buttons4 : "mosimage,mospagebreak,mediamanager,templates,imgmanagerlite,iframe,imgmanager,filemanager,preview,print,emotions,fullscreen",
plugins : "directionality,emotions,fullscreen,paste,preview,table,print,searchreplace,advlink,imgmanager,filemanager,iframe,imgmanagerlite,templates,mediamanager,joomla",
extended_valid_elements : ""
});