Skip to main content
March 7, 2007
Question

Layers and Templates

  • March 7, 2007
  • 1 reply
  • 247 views
I am trying to adjust the height of a layer on a page that has been created based on a template. I have made the layer an editable region on the template, but when I try to adjust the height of the layer on the page that was created from the template, it tells me that it is not editable and that change will be discarded.

This layer is the container for all layers in the site. In other words, there is a border around this layer that is the border around the entire site. If I cannot adjust the height of this layer, then the bottom border of the site stops well before the actual contents.

How can I adjust the height of this container layer for each individual page without detataching it from the template?
This topic has been closed for replies.

1 reply

Inspiring
March 7, 2007
>I am trying to adjust the height of a layer on a page that has been created
> based on a template. I have made the layer an editable region on the
> template,
> but when I try to adjust the height of the layer on the page that was
> created
> from the template, it tells me that it is not editable and that change
> will be
> discarded.

I'm betting that you have made the layer's CONTENTS editable, not the actual
div tag. Take a look at the code and see if the layer's <div> is inside or
outside of the editable region. If you were using your embedded or linked
stylesheets then you would have no trouble making this change.

> This layer is the container for all layers in the site. In other words,
> there
> is a border around this layer that is the border around the entire site.
> If I
> cannot adjust the height of this layer, then the bottom border of the site
> stops well before the actual contents.

Don't give absolutely positioned elements like layers a height at all.
Otherwise when someone resizes their text to be larger, it will spill over
the bottom boundary of the sized layer and make a mess (it will make a mess
anyhow - putting text into absolutely positioned elements is a very bad
idea).

If you are confused about layers, go here -

http://www.great-web-sights.com/g_layerlaws.asp
http://www.great-web-sights.com/g_layer-overlap.asp


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"mackfogelson" <webforumsuser@macromedia.com> wrote in message
news:esmuji$3k5$1@forums.macromedia.com...
>I am trying to adjust the height of a layer on a page that has been created
> based on a template. I have made the layer an editable region on the
> template,
> but when I try to adjust the height of the layer on the page that was
> created
> from the template, it tells me that it is not editable and that change
> will be
> discarded.
>
> This layer is the container for all layers in the site. In other words,
> there
> is a border around this layer that is the border around the entire site.
> If I
> cannot adjust the height of this layer, then the bottom border of the site
> stops well before the actual contents.
>
> How can I adjust the height of this container layer for each individual
> page
> without detataching it from the template?
>