I see this has been posted about before:
http://lists.radiantcms.org/pipermail/radiant/2006-August/001283.html
But I wanted to give this url on Textdrive:
http://help.textdrive.com/index.php?pg=kb.page&id=85
And show how a seemingly simple line will trigger it:
body {
background: url(“…/images/body_home_bg.gif”) left 97px repeat-x
#8a8a8a;
font-family: “Lucida Grande” “Lucida Sans Unicode” Arial sans-serif;
font-size: x-small;
font-weight: normal;
margin: 0;
padding: 0;
position: relative;
}
Offending line:
background: url(“…/images/body_home_bg.gif”) left 97px repeat-x
#8a8a8a;
When I removed the “…/” (which I needed to do anyway) it cleared up.
-MJ