Editable template regions

I made a div with a editable region and the design view shows
it to be editable but I am not allowed to make padding changes with
the css for that div. The error msg shows "Making this change would
require changing code that is locked by a template or a translator.
The change will be discarded." What am I missing???? The region is
editable but I can't edit??????????
I attached the code and it is specifically the div
"left_column"
thanks in advance for your time.
Rich Gilman

It is your CSS styles that are in a NONeditable region of the
head, so
they can not be edited on the Child page. Either move the
styles to an
external stylesheet (best), or move them to the "Head"
editable region
on the page, or manually create new styles in that editable
region that
will over-ride the current ones.
E. Michael Brandt
www.divaHTML.com
divaPOP : standards-compliant popup windows
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

Similar Messages

  • Locking editable template regions to Contribute users only

    Hi,
    I would like to know if it's possible to lock some editable
    template regions to Contribute users only? We need to have these
    regions editable through Dreaweaver so our site designers can still
    modify them. I'm not talking about the "Optional region" here, just
    a "regular" editable region.
    Thank you,
    Stéphane Brault

    there's no option to restrict access to contribute users only
    when using Dreamweaver templates.. but a possible dirty workaround
    would be to place those editable regions inside dynamic code (ASP,
    PHP, JSP, etc..) as Contribute won't be able to interpret them..
    they won't be visible in Contribute

  • CS6 - add non-editable region inside editable template region?

    I have the following in a template:
        <div class="main-content">
    <!-- TemplateBeginEditable name="main-content" -->
          <div class="content p7ehc-1"> <!-- from projectseven.com; don't change -->
            <h1 class="page-topper">Enter topic here</h1>
            <p>Enter content here</p>
          </div>
        <!-- TemplateEndEditable -->
       </div>
    Right now everything in main-content is editable. I'd like to add "Page last revised - " at the bottom of the page which would be non-editable. An editable date would follow.
    I already have a number of pages with content so any solution should not destroy the content of those pages. (If needed I'd be willing to manually add "Page last revised -" to each of those pages. However, I'd want this to be automatically added for any new pages that were based on the template.)
    I have tried putting "Page last revised -" in another div and making it non-editable but this creates other layout problems. I currently don't want to explore this option further.
    Thanks for any suggestions.

    You could always drop a server-side include or even a Dreamweaver Library item into that editable region (the latter method is a poor second choice, though). Is that a reasonable solution?
    Failing that, manually adding Ben's code both to the existing child pages and the current template will definitely place that code into newly created child pages. The beauty of his suggestion is that it's self maintaining, meaning that the code will always show the proper date on each page.

  • Move Editable Template Region Outside Block Tag

    I am trying to insert an editable region into a template. I
    position my cursor, then choose insert/template objects/editable
    region. But when I try to save the page, DW tells me I have placed
    the editable region within a block tag and that users of this
    template will not be able to create new blocks in this region.
    "Move the region outside the block tag if you want users to be able
    to do this."
    OK, but how?

    One easy way -
    Click in the region where you want to insert the editable
    content. Look at
    the Quick tag selector (at the bottom of the document pane).
    Examine a)
    what tag is selected (if any), and b) what tag is shown
    directly left of
    that selected tag. It (b) is a <p>, or <h#> tag,
    then select it instead by
    clicking on it in the Quick tag selector. Now apply your
    editable region -
    INSERT | Template Objects > Editable Region.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "W Vought" <[email protected]> wrote in
    message
    news:fpl9k2$qgg$[email protected]..
    > That did it..thanks.
    >
    > I'm a total noob and it took me a minute to realise that
    I had to go into
    > code
    > view. After a few minutes your instructions started to
    make sense to me.
    >
    > Why is this problem occurring? How can I keep from
    having to adjust this
    > in
    > the future?
    >
    >

  • Editable/Uneditable Region (Template)

    Hi,
    I am using dreamweaver to design my personal website. I need some help please.
    I created a template and designed some pages based on it. I have two editable regions in the template. I want to change one of them to uneditable.
    Could you please tell me how to do it?
    Thank you for your help.
    Ray

    Hi,
    here is an ADOBE tuorial, where you will find some hints how to "Insert a non-editable optional region" or "Insert an editable optional region":
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7aa9a .html#WScbb6b82af5544594822510a94ae8d65-7aa8a.
    And "make an editable tag attribute uneditable":
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7aa2a .html
    The links are a little bit long, hope you will see them!
    Hans-G.

  • How do I Place Two Or More Template Regions Side by Side?

    How do I change the page size of a template or a template region so that I can place two templates side by side with the content in between?
    Maybe I need to know how to place two or more template regions side by side?
    Can you insert a template into a table?
    How do you insert a template within the main template along side a region within the main template?
    Sorry to ask so many questions but each approach would sole the sampe problem.  (Putting two or more regions, side by side.)
    Thank you in advance for any help that you can offer me.

    How do I change the page size of a template or a template region so that I can place two templates side by side with the content in between?
    Template regions are not layout regions.  They do not add any structure to your page, and only provide a way to add content to whatever HTML structure contains the template region.  So - you need to make your Template's HTML provide the space.
    For example, you could have a three column, one row table with an editable region in the left/right cell.  The exact answer, though, will depend on your page's layout and where you want the editable regions to be placed within that layout.
    In addition, you say "place two templates side by side" as if the regions were the templates.  That's not correct.  There is a template file, which contains editable regions.  Thus, you could not place two templates side by side.
    Can you insert a template into a table? 
    See the answer above.  You can place an editable region inside a table.
    Sorry to ask so many questions but each approach would sole the sampe problem.  (Putting two or more regions, side by side.)
    I bellieve you are very confused about what templates are and how to use them, and so I strongly suggest you read DW's F1 Help about templates before going further with this project.

  • Hide/show with NO TEMPLATE regions... and htmldb_ToggleWithImage Q

    Hi, everybody.
    Q : Is it possible to make NO TEMPLATE regions work like Hide/Show regions?
    (http://htmldb.oracle.com/pls/otn/f?p=17109:5:1474490190980004:::::)
    Thnks.
    Message was edited by:
    mishkar

    Actually i already solved this issue. If U R interesting Y do V need this, look here
    http://htmldb.oracle.com/pls/otn/f?p=17109:5:1840045891588230::NO
    (Hide/Show tab)
    U will C what kind of disign V R using (regions without templates)
    So, it works fune ... in here. In our working environment it is not working. It doesn't give any errors. It just doing NOTHING when clicking on the box. I believe it is this line that doesn't work onclick="htmldb_ToggleWithImage(this,'left_region')".
    So the Q is : what is "htmldb_ToggleWithImage", and where to look for it. Somewhere on the forum i found that this is a java script. So, does it live in UNIX (operating system)? How to find it? And what can be wrong with it?....
    Thnks a lot.
    Mike

  • Remove template region

    I have established a small hierarchy of templates for a
    DreamWeaver CS3 site. At the first level, one template region (1)
    contains a table with 9 cells each containing a rollover image.
    New template pages (x 6) are generated from this template
    page. The images in (1) above are changed on each of these, so that
    they remain uneditable in all resulting pages. But when I press the
    Template region tab, Modify > Templates > (Remove template
    markup) is greyed out.
    This is what the help site says I should do. What have I done
    wrong, and is there another way to solve the problem?

    Do not use nested templates.
    Your single template will have editable regions placed so
    that on pages that
    require section-specific navigation you can add a navigation
    element
    accordingly.
    For example -
    1. Make a Library item that contains JUST your navigation for
    a specific
    section, or
    2. Make a server-side include that contains the same
    On a child page, you have an editable region available for
    the
    section-specific navigation because of the way you have built
    the template.
    So, you can place either item #1 or item #2 as needed (use
    DW's F1 help to
    read about both - I prefer the latter).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "bryan o" <[email protected]> wrote in
    message
    news:foc37b$1ig$[email protected]..
    > That sounds good. I suppose it is just the navigation
    that changes. At
    > level 2
    > (category) there is a thumbnail mosaic (navigation)
    which has different
    > content
    > from category to category, but identical within each
    category, and must be
    > easily updateable as new work is published. Will read up
    more about this:
    > <...editable regions strategically placed so that you
    could drop in
    > category-specific navigation 'pieces'?> ... but if
    you could give me a
    > pointer
    > or concrete path to follow it might help ? Dw beginner,
    remember! I
    > wonder if
    > that was similar to what I was doing originally, but
    when I dropped in the
    > category-specific navigation piece and tried to make it
    a new template
    > just for
    > that category, I could not undo the editable region for
    that navigation
    > piece.
    > Thanks again
    >

  • How do I add image upload to web app edit template?

    How do I add image upload to web app edit template. When creating fields I am selecting image from the field type. But the only way to upload and image is when I create the web app item within the admin. The option to upload an image is not available when the user submit web form opens.
    Wont send any of these questions through this email anymore but really needed assistance.
    Thanks,
    Gordon

    On the Details tab of the Web App setup, under Web App Item Options; have you ticked "Allow File Upload" and specified a Default Upload Folder?

  • How to edit multiple regions in one Piano Roll window

    I edit multiple regions in one Piano Roll window at the same time. (It is very handy way of editing especially in huge orchestra projects.)
    I can see midi contents of all selected regions in Piano Roll at the same time.
    1) But how to choose certain one region of many selected to edit it?
    2) And how to edit all at once?
    Hope the questions are clear enough.
    Thanks.
    Dmitriy.
    iMac (27-inch, Mid 2011) 2,7 GHz Intel Core i5. 16 GB 1333 MHz DDR3.
    OS X 10.10.2

    First of all, the Piano Roll has two mechansim, of what it is displaying.
    Selected Track: This displays all the Regions that you select in the Tracks Window
    One Track: Selecting one Region in the Track Area displays all the Regions of tha tTrack in the Piano Roll. If you select multiple Regions in the Tracks Window, then the last selected Regions counts.
    Whatever Regions are now displayed in the Piano Roll Editor can be edited. Select the MIDI Events and apply the command.
    You can also apply edits directly to the selected Regions in the Tracks Window.
    I explain all those little details in my graphically enhanced manuals ("Logic Pro X - How it Works")
    One thing to be clear about:
    Tracks Window: Any edit is applied to the selected Regions
    Piano Roll Editor: Ay edit is applied to the selected Events
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Edit Template in Dynamic Conversion Admin is not working

    Latest oracle UCM 10gR3 is installed with patches and Site Studio 1ogR4 on windows XP and it is running fine.
    When I click on "Edit Template" button after selecting a template in Oracle Content Server >> Administration >> Dynamic Converter Admin >> Edit template nothing happens and no error message is displayed. Some times a dialog pops up with message "preparing to install template editor..". The first time I clicked on this "Edit Template" button, it has installed "Template Editor 10gR3(10.1.3.4.1) version 9.0.0" successfully and it is there in program files.
    I find that Dynamic Conversion is working fine by checking in a word doc and it generates HTML. I tried this on IE6 and IE8 on two different UCM installation by enabling IE to run all ActiveX and Javascript but it did not work on either. I am logged on as admin user.
    What could be the issue and how to resolve?

    Hi
    Check Note.941978.1 to see the possible cause of the issue and also the workaround for the same.
    Thanks
    Srinath

  • Let me first say the DW CC SUCKS!!!  Why can't I edit templates in CC that I created in DW CS6?

    When I try to edit templates, ANY template, that I created in CS6, I can't.  The tool bars are grayed out.  The properties panel is grayed out.  It acts as though it is in LIVE mode, but it isn't, or not that I can see.  I'm trying to edit a link in my footer, but every time I try to place the cursor on the link to select it, the cursor is a pointing finger.  I can't select it to edit it, unless I go edit the code.  This brings up another question about editing templates.  This involves the same link in the previous question.  In CS6, I edited this link with the new link to a page.  When I SAVE ALL, I get the box asking if I want to update all pages that use the template, I say yes.  The code reflects the change, but the link doesn't change in LIVE view or Preview in a Browser.  It still tries to load the old page, which I have deleted.  This happens in DW CS6 too.  I want to use CC because I am paying for it.  But I have found it fights me every inch of the way.  Luckily I have CS6.  But it isn't very good either.  Any ideas?

    See screenshot:  If you can, switch to Design view.
    If you can't, you must be using Templates based on Fluid Grid layouts. See link below:
    Provide "Design View" for Fluid Grid Webpages
    Nancy O.

  • Adjusting Edit template in Web app

    Hi All,
    Is it possible to adjust the edit template in a web app so that certain users can edit only certain fields?
    I am using a web app to submit insurance claims for cell phone repairs, my technicans on my premises should have access to all fields in terms of editing but the insurance administrator company should have restrictions on certain fields that they can edit.
    If you look below for example, i would only like the insurance administrators to be able to see in the 'STATUS' field the drop down 'Approved' and nothing else. As well as Item name, Client First Name, Policy number, Claim Number and Quote approved date
    Thank you in advance for any assistance provided.
    http://jsfiddle.net/5NFRq/

    Nothing in BC supports this I am affraid. For someone to edit a webapp they have to become the owner of it and only they will be able to login and edit that web app item in full.

  • Problem on editing template   .dwt file

    I have a problem with dreamweaver template.
    When I edit a template in dreamweaver, and apply changes to all the pages , it propogates on all pages and .dwt file also ,
    but all the design or layout or graphics of the pages  are gone and everything gets messed up.
    Why it happens when I am editing a tamplate ?

    The problem is your link to CSS file.  Template is incorrectly pointing to files on your local hard drive.
         <link rel="stylesheet" href="file:///C|/wamp/www/mm_health_nutr.css" type="text/css" />
    The link must point to your site folder like this:
         <link rel="stylesheet" href="../mm_health_nutr.css" type="text/css" />
    Edit template.  Save & populate changes to your child pages.
    Nancy O.

  • How to edit template for report generator in stimulus profile editor in Veristand 2011?

    How to edit template for report generator in stimulus profile editor in veristand 2011?
    We are using Veristand 2011.When we run any sequence in stimulus profle editor,we get test results in form of ATML file.
    We want to customise the template for this test result generation as per our requirement.
    For example:
    Test case No.: Description of test case.
    Objectives: Explanation of objectives.
    Result: Passed/ Failed.
    Graph: If any.
    Please suggest how to do this.

    You cant really change too much in the report, you can customize TRML.xsl which is created every time in the Test Results\UUT 1 folder and that would give you some flexibility on what is shown. I dont know what a xsl is actually able to do in terms of composing data from multiple files (if at all possible) but it definitely allows you to change the visual format of the existing xml data.
    Otherwise I modified the xsl to customize the look of the xml report when opened in a browser to have less clutter and some coloring on the Pass/Fail but, the reports are XML files anyway so it's easy to extract data out of them and you can probably write your own report creation tool to compose the report in whatever format you like.

Maybe you are looking for