Forum Moderators: mack
What I've done is: Put a layer on my template where i want my editable region to be. I can't seem to make the whole layer into an editable region, instead the e.r seems to appear inside the layer, but not to be affected by the layer's size or shape. On pages governed by the template I can then insert images or text inside that region, but i can't insert further layers in order to arrange layout.
I'm new to this, so i'm probably missing something blindingly obvious, but short of abandoning the template altogether or going back to working in tables, how do i solve this one?
Thanks muchly!
I've actually set up two different templates in an attempt to make this work, because i'm not sure whether to make a layer into an editable region the region needs to be inside or outside of the div tags.
One:
<!-- TemplateBeginEditable name="EditRegion3" -->
<div id="Layer1" style="position:absolute; left:42px; top:159px; width:648px; height:394px; z-index:18"></div>
<!-- TemplateEndEditable -->
Two:
<div id="Layer1" style="position:absolute; left:42px; top:159px; width:648px; height:394px; z-index:18">
<!-- TemplateBeginEditable name="EditRegion3" -->EditRegion3<!-- TemplateEndEditable --></div>
I suspect that the first example is better(?), but its actually got worse since i last posted because now both templates are resulting in pages with no editable regions at all! Obviously i could insert regions into each page, but that somewhat defeats the object.
Any suggestions gratefully received!