Is it posible to have the body tag in an editable region of a template. I want to PreLoad images on some of the pages and not others.
I've tried
<body
<!-- TemplateBeginEditable name="body_tag" -->
<!-- TemplateEndEditable -->
>
but get an error message.
Alternatively, can I preload images in another area of the body OR head - and how would I do that?