Forum Moderators: open
just curious, why would you want to set the entire <body></body> as an editabal region? Usually you create a template so that there are some site wide standard areas of the page/directory, i.e. the nav scheme, a logo, header, footer, etc. If you use the entire body as an editabal region then those standard parts of the page could be inadvertently changed <added> when you only wanted to change one area for instance a table size, header area, or footer. </added>
Also, you can set your body tag to have an editable attribute -- such as onLoad -- that you can change on individual pages. For pages with no onLoad event, it will just become onLoad="" with an empty value.