This worked but I had one complication: the #primary id was being used by the primary menu. So the styles from the primary menu were being carried over into the fckeditor body. To fix, I used:
FCKConfig.BodyId = "primary-fckeditor";
More information about formatting options
Great
This worked but I had one complication: the #primary id was being used by the primary menu. So the styles from the primary menu were being carried over into the fckeditor body. To fix, I used:
FCKConfig.BodyId = "primary-fckeditor";