I found that while looking my source page that some commands are set to false"They are in bold below" is that making me unable to view my images. How to enable those?
oFCK_2.Config['EnterMode'] = 'p';
oFCK_2.Config['ShiftEnterMode'] = "br";
oFCK_2.Config['FontFormats'] = "p;div;pre;address;h1;h2;h3;h4;h5;h6";
oFCK_2.Config['FormatSource'] = true;
oFCK_2.Config['FormatOutput'] = true;
oFCK_2.Config['LinkUpload'] = false;
oFCK_2.Config['ImageUpload'] = false;
oFCK_2.Config['FlashUpload'] = false;
oFCK_2.Config['LinkBrowser'] = true;
oFCK_2.Config['ImageBrowser'] = true;
oFCK_2.Config['FlashBrowser'] = true;
oFCK_2.Config['LinkBrowserURL'] = '/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Connector=/sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&ServerPath=/sites/default/files';
oFCK_2.Config['ImageBrowserURL'] = '/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=/sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&ServerPath=/sites/default/files';
oFCK_2.Config['FlashBrowserURL'] = '/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=/sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&ServerPath=/sites/default/files';
oFCK_2.Config['EditorAreaCSS'] = "/themes/theme191/style.css,/sites/all/modules/fckeditor/fckeditor.css";
fckInstances['edit-body'] = oFCK_2;
}
//-->
Comments
_
I doubt that's the reason-- more than likely those are just disabled feature buttons and have nothing to do with output.
In input format enable Full
In input format enable Full HTML to view the Images in the Page, hope this will solve the problem