Hello Michael Martin,
Sorry for late reply to this,
It seems like you have do some customization on your editor.css file.
I have help you replace the css to :
JoomlaFolder/templates/amc950_1/css/editor.css
body
{
background: #262626 url('../images/page.jpeg') fixed;
margin: 0 auto;
font-size: 13px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
min-height: 100%;
left: 0;
top: 0;
cursor: default;
}
Replace with,
body
{
background: #F8F8FF;
margin: 0 auto;
font-size: 13px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
min-height: 100%;
left: 0;
top: 0;
cursor: default;
}
Remember clear everything cache before you view the write entry page. Hope this help.