Can't Edit Template

About a week ago I created a template and have made edits to
it on several occasions. However, while working with the template
today, I suddenly couldn't access any portion of the template that
was not an "editable area". In other words, the template started
acting like an html page that was created from the template. I
double checked to see that it was the dwt file and not an html...it
was the template. Any ideas what happened and how I correct this?
BTW, I'm very new to this and have been using Dreamweaver for
about six weeks.
Coryan
uturnahead.blogspot.com
www.listonga.com

Show us the template page, please.
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
==================
"JimCoryan" <[email protected]> wrote in
message
news:fjt2i9$sv6$[email protected]..
> About a week ago I created a template and have made
edits to it on several
> occasions. However, while working with the template
today, I suddenly
> couldn't
> access any portion of the template that was not an
"editable area". In
> other
> words, the template started acting like an html page
that was created from
> the
> template. I double checked to see that it was the dwt
file and not an
> html...it was the template. Any ideas what happened and
how I correct
> this?
>
> BTW, I'm very new to this and have been using
Dreamweaver for about six
> weeks.
>
> Coryan
> uturnahead.blogspot.com
> www.listonga.com
>

Similar Messages

  • Can't edit template in dreamweaver

    even though I have not set up any non-editable regions.

    Sounds like you have some bad code in your template.  Can you upload the file to some web space that you control and paste a link to that page here?  Failing that, can you paste the code from your template file here (you cannot use the email option to do the latter - you must come to the webforum).

  • I can't make an editable template in dreamweaver CS5 help!

    Here is my problem. I insert an editable region, and that works just fine. However, when trying to create a page from this template, I can't edit the CSS. Normally, I click the area of the CSS I want to edit, and go to modify>templates>make attribute editable. When I create a page, nothing is editable. I'm lost.
    Here is the code I'm using so far: (I have not added a 'make attribute editable' in this code yet)  Thanks!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link rel="stylesheet" type="text/css" href="autumnwind12.css" />
    <link rel="icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://www.autumnwindstudios.com/leaficon.ico" type="image/x-icon" />
    <link rel="stylesheet" href="http://www.autumnwindstudios.com/bluelight/humbnailviewer.css" type="text/css" />
    <script src="http://www.autumnwindstudios.com/bluelight/thumbnailviewer.js" type="text/javascript">
    * Image Thumbnail Viewer Script- ? Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    </script>
    <script type="text/javascript" src="expando.js">
    /* Expando Image Script ?2008 John Davenport Scheuer
       as first seen in http://www.dynamicdrive.com/forums/
       username: jscheuer1 - This Notice Must Remain for Legal Use
    </script>
    <meta name="keywords" content="T-shirts, graphics, digital art, graphic design, media" />
    <meta name="description" content=" " />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <style type="text/css"><!--
    #hintbox{ /*CSS for pop up hint box */
    position:absolute;
    top: 50px;
    background-color: black;
    width: 200px; /*Default width of hint.*/
    padding: 10px;
    border:1px solid silver;
    font:normal 11pt arial;
    color:white;
    border-right: 3px solid silver;
    border-bottom: 3px solid silver;
    line-height:18px;
    z-index:100;
    visibility: hidden;
    .hintanchor{ /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
    --></style>
    <script type="text/javascript">
    * Show Hint script- ? Dynamic Drive (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    var horizontal_offset="14px" //horizontal offset of hint box from anchor link
    /////No further editting needed
    var vertical_offset="0" //horizontal offset of hint box from anchor link. No need to change.
    var ie=document.all
    var ns6=document.getElementById&&!document.all
    function getposOffset(what, offsettype){
    var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
    var parentEl=what.offsetParent;
    while (parentEl!=null){
    totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
    parentEl=parentEl.offsetParent;
    return totaloffset;
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    function clearbrowseredge(obj, whichedge){
    var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
    if (whichedge=="rightedge"){
    var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40
    dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
    if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset)
    else{
    var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
    dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
    if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
    return edgeoffset
    function showhint(menucontents, obj, e, tipwidth){
    if ((ie||ns6) && document.getElementById("hintbox")){
    dropmenuobj=document.getElementById("hintbox")
    dropmenuobj.innerHTML=menucontents
    dropmenuobj.style.left=dropmenuobj.style.top=-500
    if (tipwidth!=""){
    dropmenuobj.widthobj=dropmenuobj.style
    dropmenuobj.widthobj.width=tipwidth
    dropmenuobj.x=getposOffset(obj, "left")
    dropmenuobj.y=getposOffset(obj, "top")
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+"px"
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
    dropmenuobj.style.visibility="visible"
    obj.onmouseout=hidetip
    function hidetip(e){
    dropmenuobj.style.visibility="hidden"
    dropmenuobj.style.left="-500px"
    function createhintbox(){
    var divblock=document.createElement("div")
    divblock.setAttribute("id", "hintbox")
    document.body.appendChild(divblock)
    if (window.addEventListener)
    window.addEventListener("load", createhintbox, false)
    else if (window.attachEvent)
    window.attachEvent("onload", createhintbox)
    else if (document.getElementById)
    window.onload=createhintbox
    </script>
    <style type="text/css"><!--
    /* END MAIN*/
    body {background-color:#4E5869; center 0 no-repeat;}
    .bar {background-color:#ffd39b;
    width:980px;
    height:36px;
    margin-left:0 auto;
    margin-right:0 auto;
    #container {
    width: 980px; background: #fff; margin: 0 auto;
    border:1px solid gray;
    #banner{margin-left:auto 0px;margin-right:auto 0px;}
    .c01 {margin-top:10px;
    width:960px;
    font-family:arial,sans-serif;
    font-size:12pt;
    font-weight:normal;
    letter-spacing:0.85em;
    text-align:right;
    color:darkslategray;
    .c02 {margin-left:10px; margin-top:10px;
    width:225px;
    font-family:arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    letter-spacing:0.15em;
    text-align:right;
    color:darkslategray;
    #main {margin:0 auto;margin-top:40px;width:940px;
    padding-bottom:100px;font-family:arial,sans-serif;font-size:12pt;color:#5c5c5c;line-height :150%;
    border-top:1 px solid gray;}
    a {text-decoration:none;}
    #footer {margin-left:760px;
    width:980px;
    font-family:arial,sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:darkslategray;
    a {text-decoration:none;}
    /* BEGIN MAIN */
    -->
    </style>
    </head>
    <body>
    <!--MENU-->
    <div class="menu">
    <ul>
    <li><a href="http://www.autumnwindstudios.com">Home</a></li>
        <li> <a href="#" id="current">Graphic Services</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/design.html">Print Media</a></li>   
        <li><a href="http://www.autumnwindstudios.com/illustration.html">Illustration</a></li>
            <li><a href="http://www.autumnwindstudios.com/portraiture.html">Portraits</a></li>
        <li><a href="http://www.autumnwindstudios.com/cartoons.html">Cartooning</a></li>   
        <li><a href="http://www.autumnwindstudios.com/signs.html">Signs / Banners</a></li>   
          </ul>
        </li>
        <li><a href="#">Photo Enhancement</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/enhancement.html" style="text-decoration:none;">Artistic Photo Effects</a></li>
          </ul>
        </li>
    <li><a href="#">Photo Colorizing</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">B/W to Color</a></li>
        <li><a href="http://www.autumnwindstudios.com/colorization.html" style="text-decoration:none;">Color Enhancement</a></li>
          </ul>
        </li>
    <li><a href="#">Photo Restoration</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/restoration.html" style="text-decoration:none;">Photo Restoration</a></li>
        <li><a href="http://www.autumnwindstudios.com/retouch.html" style="text-decoration:none;">Photo Retouching</a></li>
    <li><a href="http://www.autumnwindstudios.com/wedding.html" style="text-decoration:none;">Wedding Retouching</a></li>   
          </ul>
        </li>
    <li><a href="#">Info</a>
          <ul>
        <li><a href="http://www.autumnwindstudios.com/info.pdf">Pricing &amp; Terms</a></li>
        <li><a href="http://www.autumnwindstudios.com/resume.pdf">Resume</a></li>
        <li><a href="http://www.autumnwindstudios.com/Autumn_Wind_Studios.pdf">Download Portfolio Sample</a></li>
          </ul>
        </li>
        <li> <a href="#">Contact</a> 
          <ul>
        <li><a href="http://www.autumnwindstudios.com/contact.html">Contact Form</a></li>
      </ul>
        </li>
      </ul>
    </div>
    <!--END MENU-->
    <!--MAIN CONTENT-->
    <div id="container">
    <div id="banner"><img src="http://www.autumnwindstudios.com/awsbanner1.jpg" width="980" alt="banner" /></div>
    <div class="c01"> <img src="media.jpg" alt="social media buttons" width="269" height="41" hspace="10" vspace="0" border="0" align="right" usemap="#Map" />
              <map name="Map" id="Map">
                <area shape="rect" coords="222,1,270,41" href="https://twitter.com/#!/Autumn_Studios" alt="twitter" />
                <area shape="rect" coords="175,1,223,43" href="https://www.facebook.com/pages/Autumn-Wind-Studios/273834332699643" alt="facebook" />
                <area shape="rect" coords="128,0,174,41" href="https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=http://w ww.blogger.com/home&followup=http://www.blogger.com/home&ltmpl=start#s01" alt="blogger" />
                <area shape="rect" coords="45,0,126,40" href="http://laoscura.deviantart.com" alt="deviant art" />
                <area shape="rect" coords="1,1,46,42" href="http://www.linkedin.com/profile/edit?trk=hb_tab_pro_top" alt="linked in" />
              </map></div>
    <div class="c02"><a href="http://www.autumnwindstudios.com/main.html"><img border="0" src="jtheader.jpg" width="225" alt="autumn wind logo" /></a><br />
    Visit our original site.</div>
    <div id="main">
    </div>
    <!--FOOTER-->
    <div id="footer"><a href="#top"><img border="0" src="eraser_opt.jpg" width="200" alt="eraser" /></a><br /><br /></div>
    <!--END FOOTER-->
    </div>
    <!--END MAIN CONTENT-->
    </body>
    </html> 

    >Here is my problem
    Your problem HERE is that this is not the Dreamweaver forum... this forum talks about the forums themselves
    How to Select a Forum http://forums.adobe.com/docs/DOC-1015

  • Can you edit a host's provided templates in iWeb?

    I am looking at Hostgator to host my simple business site. They have a ton of business site templates, but apparently you need some software (like FrontPage or DreamWeaver)to edit them. Can you edit these templates using iWeb? Are there other hosts with templates that are compatible with iWeb?

    Follow this link for iWeb templates:
    http://www.ipresentee.com/
    If you're lucky they still have [a free template for Christmas|http://www.ipresentee.com/iPresentee/iPresentee-_ChristmasGift.html].
    They (Hostgator) have a ton of business site templates
    Download the templates you like and use the layout to re-create the page in iWeb. Drop the images on your iWeb canvas and rearrange them.

  • If I receive a document as a PDF or WORD Doc in an email, can I edit them.  As in, if the doc is a template, how do I open it and fill the template in?

    Can I edit a document that was sent to me, like a template?  I cant seem to figure out how to do this, I am a new MAC user

    If you look in App Store you will find Apple's own Pages which can read, edit, and export Microsoft Word compatible .DOC or .DOCX files. There is also another interation of the previously mentioned OpenOffice which is NeoOffice, NeoOffice uses the same open source kernel as OpenOffice, but wraps it in a Cocoa wrapper which provides access to virtually all of OS X's file and data managment features and is one of the fastest office suites avaiable for the Mac.

  • Can Contribute edit a DW template and allow it to propagate?

    I've created a fairly straightforward html/css site in DW CS3
    based around a template and have uploaded both the site and
    template to the client's web server.
    There's a little set of static text on the template which
    cross-populates all the html pages. If I edit the template in DW,
    it updates all the pages that are based on that template. I'm
    hoping that if I set up the client with Contribute, they can access
    the template, edit it, and see the changes propagate to all the
    html pages that are based on that particular template.
    Is this possible? If not, is there a breathtakingly simple
    approach I might be able to give the client to use?
    Many thanks.

    Users of Contribute cannot update templates.
    The 'breathtakingly simple approach' could be to use an SSI
    (server side include) in your template.
    Example php: <?php include("inc.included-file.php"); ?>
    You provide your user with an url to the include file, so he
    can edit the file in Contribute.
    NB: works also great with menu's (make an include file with
    just an unordered list, style it with css, and provide your user
    with the url to the menu).

  • IBooks Author - can't edit text on customized template

    I've created a template and saved it to My Templates. However, when I select a layout (a chapter or section) and place it into my book, I can't edit the text. Where am I going wrong?

    I tried the above but still can't edit text.
    I'm inserting a page and then changing it to 2 Column.  It is linked to the first page.  If the first page has enough text, it overflows into the new page and I can edit it. 
    However, I want the new page to be stand alone.  So I remove the link to the first page.  The text disappears.  When I double click into either column, I can't add any text to this page.  I have to add a text box into the column, which of course isn't going to overflow into column 2.
    The strange thing is that I have another page a little further up that is also 2 Column.  It is not linked to the first page but I can type text into it.  This text will overflow from column 1 into column 2.
    Any ideas what I'm doing wrong?

  • 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.

  • Dreamweaver Template: circle with diagonal line in editable region, but can still edit

    Since upgrading to Dreamweaver CC 2014, for only one of dozens of clients, in a Template, I get a circle with diagonal line in editable region, but I can still edit it, I just can't click to the spot that I want to edit, I have to navigate there with the up down left and right arrows on my keyboard. And, I created a new Template and it didn't happen, until I "got" a file, and now it happens in the new Template too. What's going on?

    Sorry, I'm new here. Do you mean like a screen shot? I just thought maybe somebody had seen this before and would just tell me "you need to uncheck the something or other"

  • Can I edit Keynote Template?

    I use Keynote 08 to create flash banners for my websites. I want to use one of the templates for a particular banner but it has some elements in it that I don't want. Is there a way I can make that template editable so I can remove two of the graphic elements? It is images of post-a-notes that I want removed, I just want to use the background. I know there are some programs like this that you can edit the templates, but I can't find the tab to do this in Keynote.

    I accidently found the answer by double clicking on the template which then asked me if I wanted to edit the master slide. I was then able to delete key components that i no longer needed, made the changes to the slide as I needed, then saved it. However, when you do this all elements become part of the master and in order to adjust the timing of transitions or their order, you will then need to double click on the slide and re-authorize it to make changes. but it works to remove place holders or rearrange various elements that are locked into the background.

  • Can I use an alternate Edit template for a WebApp?

    Can I use an alternate (backup) Edit template for a WebApp?

    Nope! If it is absolutely essential that you have different editable bits of the web app, then you might want to consider splitting your web app into different apps and linking them together with data source.

  • Can I edit DVDSP templates?

    I can find the templates and Photoshop CS4 says it can open them but it fails in the final stages.
    Any other tools of choice or are the files protected?

    DVD Studio Pro templates are actually Bundles (folders) containing the various elements.
    Some are more complex than others and may contain further subfolders with more elements.
    In any case, you should duplicate the folder before trying to modify it and work on that. You can open the Bundle by right clicking and choosing "Show Package Contents".
    It would help to know which template and what aspects of it that you are trying to modify.

  • I can't edit text on a pdf file in adobe acrobat

    I need to edit the text on the pdf file but I can't and this message keeps showing up: " This form cannot be edited in Acrobat. Please use Adobe LiveCycle Designer to edit this form.
    There are no security on this file. The only thing that is not allowed is to create templates. When I check the document properties description, on the PDF producer it says adobe distiller 7.0.5 (windows)
    I downloaded the adobe livecycle designer but I couldn't edit the text there either... When I open the file it says the text is not downloaded so it replaced it with another text, I clicked ok but then the text didn't change, This message showed up:
    I really need to edit the text on this pdf file because it's important. Can anyone help? Greatly appreciate it. By the way, this is a pdf fillable form that you can fill out on acrobat and that is the only thing it seems like it will let me do this file. I don't want to fill it out, I want to edit whats on it. It's one of those forms that you get from NJ courts.

    Ok, what we can tell you is that if this is a LiveCycle form (and we can be pretty sure it is), that you are absolutely right. Acrobat can fill it, and nothing else. These are a very special kind of PDF, where all the text is in a special XML format that Acrobat can only show, not edit.
    So, you are on the right track: if it can be edited, you need LiveCycle Designer. Unfortunately, we don't know much about it in this forum, so please try posting here: http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es
    If the form is publicly available, it may help if you include the URL (web address) when you post.

  • Can't edit text in CS3 design view

    Hi,
    I have a big absolutely positioned DIV tag in most of my
    pages, practically the whole page content is inside it.
    In DW CS3 design view very often (maybe 50% of all times) if
    I click inside it to edit the text, DW selects the entire DIV tag.
    The cursor becomes like a cross with arrows, the DIV border becomes
    outlined with a thick blue line, and I can't edit the text no
    matter how much times I click. If I move the mouse with left button
    pressed, this moves the DIV and changes the .css file where the
    position is defined. DIV can't be de-selected with Escape, left or
    right clicking.
    The only way to get out of this is to click somewhere in the
    code view, then go back to design view where hopefully text can be
    edited. Sometimes I have to repeat this twice or even 3 times ,
    it's extremely annoying and time consuming.
    Is there any workaround?
    Like to disable selection of containers in design view, or at
    least a quick way to deselect the current selection?
    This problem does not appear in DW8 when editing the same
    files.
    thanks

    > I have a big absolutely positioned DIV tag in most of my
    pages,
    > practically
    > the whole page content is inside it.
    Nasty. Why?
    Do you have an overflow style on this div?
    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
    ==================
    "harpo_" <[email protected]> wrote in
    message
    news:f0igi1$3dn$[email protected]..
    > Hi,
    >
    > I have a big absolutely positioned DIV tag in most of my
    pages,
    > practically
    > the whole page content is inside it.
    > In DW CS3 design view very often (maybe 50% of all
    times) if I click
    > inside it
    > to edit the text, DW selects the entire DIV tag. The
    cursor becomes like a
    > cross with arrows, the DIV border becomes outlined with
    a thick blue line,
    > and
    > I can't edit the text no matter how much times I click.
    If I move the
    > mouse
    > with left button pressed, this moves the DIV and changes
    the .css file
    > where
    > the position is defined. DIV can't be de-selected with
    Escape, left or
    > right
    > clicking.
    > The only way to get out of this is to click somewhere in
    the code view,
    > then
    > go back to design view where hopefully text can be
    edited. Sometimes I
    > have to
    > repeat this twice or even 3 times , it's extremely
    annoying and time
    > consuming.
    >
    > Is there any workaround?
    > Like to disable selection of containers in design view,
    or at least a
    > quick
    > way to deselect the current selection?
    >
    > This problem does not appear in DW8 when editing the
    same files.
    >
    > thanks
    >
    >

  • Sharepoint Online Can not edit anything in Sharepoint designer as Site collection administrator

    Dear all,
    I am using sharepoint online and sharepoint designer 2013. Things were working fine but one day it suddenly stopped working. I have assigned site collection administrator to several accounts and I tried on different computers. I can not edit anything in
    sharepoint designer 2013. Can not edit workflows, can not edit lists. Everything seems to be bugging out. I have reinstalled sharepoint designer and tried on different computers, all of them behave the same. I checked on all accounts I assigned site collection
    admin to, they all have full control over everything. I can edit lists on the sharepoint site with no problem. Anyone knows what's going on?
    I also created another blank site, same thing happens.
    -Timothy

    Are you able to edit site in IE?
    Try below:
    http://blogs.technet.com/b/namkh/archive/2013/04/18/quot-the-web-site-has-been-configured-to-disallow-editing-with-sharepoint-designer-quot.aspx
     One straight forward way of doing it is from the UI (Which did not work in my case though :(  )
      1.  Right-click the ONET.XML file ( at \Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\SiteTemplates\<var><Service></var>\xml) for the site definition and open it with Notepad
           If you see “DisableWebDesignFeatures=wdfopensite” section in the one.xml that means your site has been configured to disallow SharePoint designer.
          You can remove this section from the file and should be able to access the site in designer now
    2.   If you are unable to get rid of “DisableWebDesignFeatures=wdfopensite” or find the correct onet.xml corresponding to your site definition, here is a simple script I put together to see if Designer is disabled on the site using the property
    vti_disablewebdesignfeatures2 and update it as required.
    Manage Permissions and Control Access to Sharepoint Designer
    http://support.microsoft.com/kb/2592376
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • My iPad hang/freeze with the apple logo. Hard to restore.

    Hi all... How to solve a frozen/crash iPad or restore it? Seems like my iPad cant login into home screen (now only appears the apple logo). When i press home+power, i connect into iTunes and detect the iPad for restore. (in the iPad screen appears ap

  • Cap5. Corrupt files? Cannot open files I just created/saved

    Hello, I'm using Captivate 5 on Windows 7 to create demos of an application. I record the demo, add a few text boxes, tweak a few elements, adjust the timing and insert a few PPTs. I save the file often. I close the file and then try to reopen get th

  • IOS 4.0 -- Wallpaper on locked screen?

    My iPod used to have a picture display when the iPod was locked. Now it's been replaced with a picture of the battery level. How do I get this back? I found the options for setting a wallpaper, but it doesn't seem to affect anything. I understand the

  • Running unit tests on inline hardware custom device

    How to do unit tests for Inline Hardware Custom Devices? I get this error after creating a unit test. Possible reason(s): Cannot connect to the target. Please ensure that the VI Server setting is enabled and deployed to the target. Also, make sure th

  • Project Crashing In 8 after Opening a Logic 9 Project

    Hi guys Major hassles this morning and I hope you can help...heres the lowdown: I was doing a really good project in logic 8, and then a colleague gave me a logic 9 file to open and check. I opened the file and logic gave me the usual "do you want to