For now, all I want to do is set the margins on the body to zero. I can do this by setting the values on the BODY element in the css I use for the EditorWysiwygModeCSS. However, these margin values are not reflected in the Page Properties dialog box. To get the actual value (zero) and the Page Property values inline I need to manually set the topMargin et al attributes on the body tag through client side code.
I figure i must be missing something obvious. Is there a server side file I can edit to set the Page Property values in the Page Property dialog box?